Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

make install: DESTDIR not respected #14

Open
baerbock opened this issue May 27, 2019 · 0 comments
Open

make install: DESTDIR not respected #14

baerbock opened this issue May 27, 2019 · 0 comments

Comments

@baerbock
Copy link

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/

?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant