mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Moving binary to /usr/lib
This commit is contained in:
parent
7622a9a9b7
commit
44f2a0dce6
2 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,8 @@ install:
|
|||
install -d $(DESTDIR)$(libdir)
|
||||
mv libzint.* $(DESTDIR)$(libdir)
|
||||
install -D -p --mode=0644 zint.h $(DESTDIR)$(includedir)/zint.h
|
||||
ln -s /usr/local/lib/libqrencode.so /usr/lib/libqrencode.so
|
||||
ln -s /usr/local/lib/libqrencode.so.3 /usr/lib/libqrencode.so.3
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)$(libdir)/libzint.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue