fix makefile
Build/Publish XBPS / build-and-publish (push) Failing after 6s
Details
Build/Publish XBPS / build-and-publish (push) Failing after 6s
Details
This commit is contained in:
parent
85f7801afe
commit
a8b153d02e
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ install: st
|
|||
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
||||
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/terminfo
|
||||
cp -a terminfo $(DESTDIR)$(PREFIX)/share/terminfo
|
||||
# mkdir -p $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch
|
||||
# test -f ${DESTDIR}${PREFIX}/share/applications/st.desktop || cp -n st.desktop $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch
|
||||
|
|
Loading…
Reference in New Issue