mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
Generate symlink with dh_link instead of ln -s
This commit is contained in:
committed by
Carlos R. Mafra
parent
15f74cfb10
commit
8dc7c5f554
3
debian/rules
vendored
3
debian/rules
vendored
@@ -216,9 +216,6 @@ install-wmaker-stamp: build-wmaker-stamp
|
||||
# place wm-oldmenu2new under a more appropiate directory
|
||||
-mv $(DEBTMPDIR)/$(BINDIR)/wm-oldmenu2new $(DEBTMPDIR)/$(WMDOCDIR)
|
||||
|
||||
# put a symlink in place because there's some hardcoded value that says
|
||||
# Defaults is under /usr/share/WindowMaker.
|
||||
ln -s $(DEFAULTSDIR) $(DEBTMPDIR)/$(WMSHAREDIR)/Defaults
|
||||
# the next is stricly not necessary, because there's a symlink in place,
|
||||
# but I don't want to abuse it. Some dumb program uses that path and is a
|
||||
# PITA to modify it)
|
||||
|
||||
1
debian/wmaker.links
vendored
1
debian/wmaker.links
vendored
@@ -1,2 +1,3 @@
|
||||
usr/lib/WindowMaker/WindowMaker usr/bin/WindowMaker
|
||||
usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/bin/WPrefs
|
||||
etc/GNUstep/Defaults usr/share/WindowMaker/Defaults
|
||||
|
||||
Reference in New Issue
Block a user