kutuphane.paketlendi
This commit is contained in:
parent
baae6b7b4d
commit
155b054977
|
@ -1,3 +1,3 @@
|
|||
cd /opt
|
||||
./opt/kutuphane_vt_yukle
|
||||
./kutuphane_vt_yukle
|
||||
cd -
|
||||
|
|
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue