kutuphane.paketlendi

This commit is contained in:
milisarge 2017-06-02 21:30:42 +03:00
parent baae6b7b4d
commit 155b054977
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
cd /opt
./opt/kutuphane_vt_yukle
./kutuphane_vt_yukle
cd -

View File

@ -19,7 +19,7 @@ build() {
install -d $PKG/opt
install -d $PKG/usr/bin
cp dist/Kutuphane_Otomasyonu.jar $PKG/opt/
cp kutuphane $PKG/usr/bin/
cp kutuphane_vt_yukle $PKG/opt/
install -m 755 kutuphane $PKG/usr/bin/
install -m 755 kutuphane_vt_yukle $PKG/opt/
cp -r Sqldizini $PKG/opt/
}