diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 19:20:57 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 19:20:57 -0500 |
commit | 219ce6e3a681644b9ed74ca95695e208f1f05b4a (patch) | |
tree | 81e60ceedbaae52539189b184c791a16688b4487 /community | |
parent | 89ca7e940291cf9fced7789dfdd0ce9f98152eed (diff) |
Fix mp3info build
Diffstat (limited to 'community')
-rw-r--r-- | community/mp3info/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD index b12d249ca..2a929de11 100644 --- a/community/mp3info/PKGBUILD +++ b/community/mp3info/PKGBUILD @@ -17,7 +17,7 @@ build() { cd ${srcdir}/$pkgname-$pkgver sed -i "s:-O2:${CFLAGS}:" Makefile - sed -i "s:/usr/bin/install:/bin/install:" Makefile + #sed -i "s:/usr/bin/install:/bin/install:" Makefile make |