Ralf S. Engelschall 24 anni fa
parent
commit
b24914da89
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      00DEV/src2make.sh

+ 3 - 2
00DEV/src2make.sh

@@ -1,8 +1,9 @@
 #!/bin/sh
 ./src2make \
     --prefix=/cw \
-    --srcdir=/e/openpkg/REL/SRC \
-    --dstdir=/e/openpkg/REL/BIN \
+    --srcdir=$HOME/work/openpkg/PKG/SRC \
+    --dstdir=$HOME/work/openpkg/PKG/BIN \
     --tmpdir=/tmp/openpkg.$USER \
     --outdir=. \
     --verbose
+