summaryrefslogtreecommitdiff
path: root/sgmixer
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-01-23 10:15:01 +0100
committerJose V Beneyto <joberui@ei.upv.es>2007-01-23 10:15:01 +0100
commit2ff1ceec21b2ead4fa2e03d102b23b7504e7ddb3 (patch)
tree7da8105cb2a2d0d267c748d7fc3f87d48821abd3 /sgmixer
parent7881bf8b4522ad8a81145d6e4843358c1dc51dc8 (diff)
downloadcontrib-2ff1ceec21b2ead4fa2e03d102b23b7504e7ddb3.tar.gz
contrib-2ff1ceec21b2ead4fa2e03d102b23b7504e7ddb3.tar.xz
sgmixer: Fixed install command arguments in Pkgfile. Thanks to Joe Gilmour.
Diffstat (limited to 'sgmixer')
-rw-r--r--sgmixer/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgmixer/Pkgfile b/sgmixer/Pkgfile
index d37374ac9..bd6db5b86 100644
--- a/sgmixer/Pkgfile
+++ b/sgmixer/Pkgfile
@@ -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
}

Generated by cgit