cryptobox-c icon indicating copy to clipboard operation
cryptobox-c copied to clipboard

make install: DESTDIR not respected

Open baerbock opened this issue 5 years ago • 0 comments

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/

?

baerbock avatar May 27 '19 21:05 baerbock