This commit is contained in:
milisbir 2018-02-04 03:43:02 +02:00
parent 17dff12336
commit 77944789c6
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ derle() {
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j1
make -C build DESTDIR="$PKG" install
make -C $SRC/io/build DESTDIR="$PKG" install
install -Dm644 license/bsd_license.txt "$PKG/usr/share/licenses/$isim/bsd_license.txt"
}