forked from ports/contrib
sgmixer: Fixed install command arguments in Pkgfile. Thanks to Joe Gilmour.
This commit is contained in:
parent
7881bf8b45
commit
2ff1ceec21
@ -15,5 +15,5 @@ build() {
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
install -d $PKG/usr/bin
|
||||
install -m 755 $name $PKG/usr/bin
|
||||
install -m 755 src/$name $PKG/usr/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user