sgmixer: Fixed install command arguments in Pkgfile. Thanks to Joe Gilmour.

This commit is contained in:
Jose V Beneyto 2007-01-23 10:15:01 +01:00
parent 7881bf8b45
commit 2ff1ceec21

View File

@ -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
}