cryptobox-c
cryptobox-c copied to clipboard
make install: DESTDIR not respected
Please disable make install since it seems to be a dead end.
Is this a viable install script for non-Debian distributions?
install -d ${pkgdir}/usr/include
install -m 644 ./src/cbox.h ${pkgdir}/usr/include/
install -d ${pkgdir}/usr/lib
install -m 644 ./target/release/libcryptobox.so ${pkgdir}/usr/lib/
?