Force to override symbolic link
This commit is contained in:
parent
ac1b0cfd31
commit
1ed51a8c40
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ install:
|
|||||||
$(CP) "po/$$locale.mo" "$(DESTDIR)$(PREFIX)/share/locale/$$locale/LC_MESSAGES/danmaku2ass.mo" ; \
|
$(CP) "po/$$locale.mo" "$(DESTDIR)$(PREFIX)/share/locale/$$locale/LC_MESSAGES/danmaku2ass.mo" ; \
|
||||||
done
|
done
|
||||||
$(MKDIR) "$(DESTDIR)$(PREFIX)/bin"
|
$(MKDIR) "$(DESTDIR)$(PREFIX)/bin"
|
||||||
$(LN) -s "$(PREFIX)/share/danmaku2ass/danmaku2ass.py" "$(DESTDIR)$(PREFIX)/bin/danmaku2ass"
|
$(LN) -sf "$(PREFIX)/share/danmaku2ass/danmaku2ass.py" "$(DESTDIR)$(PREFIX)/bin/danmaku2ass"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -R __pycache__
|
$(RM) -R __pycache__
|
||||||
|
Loading…
Reference in New Issue
Block a user