diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 21:26:12 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 21:26:12 +0000 |
commit | 70d9af60bf9b7e26aa6969743962e61413be30f7 (patch) | |
tree | 14dac123266f7379fbc296588224fdfc17b864c6 | |
parent | 1f8bafdf9218e70f538ad2b4e3c1295720720cae (diff) | |
download | slackbuilds-70d9af60bf9b7e26aa6969743962e61413be30f7.tar.gz slackbuilds-70d9af60bf9b7e26aa6969743962e61413be30f7.tar.bz2 |
libpng: small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1119 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | patches/libpng/libpng.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/libpng/libpng.SlackBuild b/patches/libpng/libpng.SlackBuild index 2be8e42e..4dc8772f 100755 --- a/patches/libpng/libpng.SlackBuild +++ b/patches/libpng/libpng.SlackBuild @@ -85,7 +85,7 @@ find . -perm 511 -exec chmod 755 {} \; find . -perm 711 -exec chmod 755 {} \; find . -perm 555 -exec chmod 755 {} \; -./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF +./configure --prefix=/usr --libdir=$LIBDIR || exit $ERROR_CONF zcat $CWD/libpng.libs.diff.gz | patch -p1 --verbose || exit $ERROR_PATCH |