commit 3cbe5d4
hovercats
·
2026-05-19 11:23:29 +0000 UTC
parent 6f99873
lua-filesystem: add workaround for pdpmake see #3.
1 files changed,
+6,
-0
+6,
-0
1@@ -1,4 +1,10 @@
2 #!/bin/sh -e
3
4+# workaround for pdpmake placing lfs.o in toplevel srcdir, instead of src/
5+make PREFIX=/usr src/lfs.o
6+if test -f lfs.o; then
7+ mv -f lfs.o src/
8+fi
9+
10 make PREFIX=/usr
11 make DESTDIR="$1" PREFIX=/usr install