xbps-src: make install/remove targets defaults now, but keep previous for compat.
This commit is contained in:
parent
730afbb5d7
commit
c343fbf42a
3 changed files with 6 additions and 6 deletions
|
@ -87,7 +87,7 @@ install_pkg() {
|
|||
done
|
||||
|
||||
if [ "$XBPS_TARGET_PKG" = "$sourcepkg" ]; then
|
||||
[ "$target" = "install-destdir" ] && return 0
|
||||
[ "$target" = "install" -o "$target" = "install-destdir" ] && return 0
|
||||
fi
|
||||
|
||||
# If install went ok generate the binpkgs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue