mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Makefile: Fix typo
This commit is contained in:
parent
dedb8169c4
commit
bc2b90c07b
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ install: libs
|
||||
install -m644 $(LIB_STATIC) $(DESTDIR)/usr/lib/
|
||||
install -m644 $(LIB_SHARED) $(DESTDIR)/usr/lib/
|
||||
install -m644 $(LIB_INCLUDES) $(DESTDIR)/usr/include/bsd/
|
||||
install -m644 $(LIB_MANS $(DESTDIR)/usr/share/man/man3)
|
||||
install -m644 $(LIB_MANS) $(DESTDIR)/usr/share/man/man3
|
||||
cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SHARED_SO)
|
||||
cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SONAME)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user