mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/jpegoptim: Remove needless configure option.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
30102ddfa3
commit
c4d4607a4a
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
--prefix=/usr
|
||||
make
|
||||
make strip
|
||||
make install DESTDIR=$PKG
|
||||
|
|
Loading…
Reference in a new issue