Skip to content

Commit b46d4b3

Browse files
recompile_*: update scripts with new syntaxes
1 parent f7171a3 commit b46d4b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

recompile_pkgdir.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
# Author & Copyright holder: Rogentos Team, 2018
2+
# Author & Copyright holder: Rogentos Team, 2018-2019
3+
# LICENSE: GPL v2
34
# This script recompiles simple packages which
45
# are not installed on the system, and are present in $PKGDIR
56

recompile_pkgname.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ else
8888
cat /tmp/PKG_LIST_UNIQUE_NOREVS | sort -u >> /tmp/PKG_LIST_UNIQUE || exit 1
8989
fi
9090

91-
epkg autobuildpkgonly --skip-update $( cat /tmp/PKG_LIST_UNIQUE ) --keep-going y --skip-first
91+
epkg autobuildpkgonly --skip-update $( cat /tmp/PKG_LIST_UNIQUE ) --keep-going y

0 commit comments

Comments
 (0)