mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xbps-src: fix 'build-pkg all' with pkgs with $revision set.
--HG-- extra : convert_revision : 866ef758ef96722676e575acebee1fe3be8a9df1
This commit is contained in:
parent
89841df22e
commit
581e908793
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ build-pkg)
|
||||||
if [ "$2" = "all" ]; then
|
if [ "$2" = "all" ]; then
|
||||||
for f in $($XBPS_BIN_CMD list|awk '{print $1}'); do
|
for f in $($XBPS_BIN_CMD list|awk '{print $1}'); do
|
||||||
version=$($XBPS_REGPKGDB_CMD version $f)
|
version=$($XBPS_REGPKGDB_CMD version $f)
|
||||||
if [ ! -d $XBPS_DESTDIR/$f-$version ]; then
|
if [ ! -d $XBPS_DESTDIR/$f-${version%_[0-9]*} ]; then
|
||||||
echo -n "Ignoring $f-$version, no destination "
|
echo -n "Ignoring $f-$version, no destination "
|
||||||
echo "directory!"
|
echo "directory!"
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Reference in a new issue