This commit is contained in:
parent
17dff12336
commit
77944789c6
|
@ -17,6 +17,6 @@ derle() {
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make -j1
|
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"
|
install -Dm644 license/bsd_license.txt "$PKG/usr/share/licenses/$isim/bsd_license.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue