Force to override symbolic link

This commit is contained in:
j16180339887 2017-07-30 21:51:43 +08:00
parent ac1b0cfd31
commit 1ed51a8c40

View File

@ -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__