mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Correct typo in previous commit
This commit is contained in:
parent
57407fb769
commit
d35698c80e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173001
@ -83,8 +83,8 @@ if [ "$client" = "0" ]; then
|
||||
make all
|
||||
make distribute DISTRIBUTION=/var/chroot/
|
||||
else
|
||||
make DESTDIR=/var/chroot distrib-dirs &&
|
||||
make DESTDIR=/var/chroot distribution
|
||||
make DESTDIR=/var/chroot distrib-dirs && \
|
||||
make DESTDIR=/var/chroot distribution
|
||||
fi
|
||||
error=$?
|
||||
if [ "$error" != "0" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user