diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/launcher/bitmask-launcher.c | 2 | ||||
-rw-r--r-- | pkg/pyinst/pyinst-build.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/launcher/bitmask-launcher.c b/pkg/launcher/bitmask-launcher.c index aac5da3f..cf5c2a18 100644 --- a/pkg/launcher/bitmask-launcher.c +++ b/pkg/launcher/bitmask-launcher.c @@ -12,7 +12,7 @@ #include <unistd.h> #include <stdlib.h> -char* const bitmask_path = "libs"; +char* const bitmask_path = "lib"; char* const entrypoint = "bitmask"; int main(int argc, char *argv[]) diff --git a/pkg/pyinst/pyinst-build.mk b/pkg/pyinst/pyinst-build.mk index a14f2a8d..16737ead 100644 --- a/pkg/pyinst/pyinst-build.mk +++ b/pkg/pyinst/pyinst-build.mk @@ -40,7 +40,7 @@ pyinst-wrapper: pyinst-cleanup: rm -rf $(DIST)config mkdir -p $(DIST_VERSION) - mv $(DIST) $(DIST_VERSION)libs + mv $(DIST) $(DIST_VERSION)lib cd pkg/launcher && make mv pkg/launcher/bitmask $(DIST_VERSION) |