steghide.paketlendi

This commit is contained in:
milisbir 2017-11-14 03:11:51 +02:00
parent f7dfc47ddb
commit 245af2c5a0
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ derle() {
CONFIG_SHELL=/bin/bash CXX='g++ -std=c++11' ./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/share/man install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/{doc,locale}
}