We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7171a3 commit b46d4b3Copy full SHA for b46d4b3
recompile_pkgdir.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
-# Author & Copyright holder: Rogentos Team, 2018
+# Author & Copyright holder: Rogentos Team, 2018-2019
3
+# LICENSE: GPL v2
4
# This script recompiles simple packages which
5
# are not installed on the system, and are present in $PKGDIR
6
recompile_pkgname.sh
@@ -88,4 +88,4 @@ else
88
cat /tmp/PKG_LIST_UNIQUE_NOREVS | sort -u >> /tmp/PKG_LIST_UNIQUE || exit 1
89
fi
90
91
-epkg autobuildpkgonly --skip-update $( cat /tmp/PKG_LIST_UNIQUE ) --keep-going y --skip-first
+epkg autobuildpkgonly --skip-update $( cat /tmp/PKG_LIST_UNIQUE ) --keep-going y
0 commit comments