improve magnet link regex pattern

This commit is contained in:
2024-01-19 15:48:39 +01:00
parent 8b6a258a5e
commit b19632f496
3 changed files with 4 additions and 2 deletions

View File

@ -44,9 +44,11 @@ install: st
cp -f st $(DESTDIR)$(PREFIX)/bin
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin
cp -f st-urlhandler $(DESTDIR)$(PREFIX)/bin
cp -f st-weechatlinks $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
chmod 755 $(DESTDIR)$(PREFIX)/bin/st-copyout
chmod 755 $(DESTDIR)$(PREFIX)/bin/st-urlhandler
chmod 755 $(DESTDIR)$(PREFIX)/bin/st-weechatlinks
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1