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

View File

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