1
0
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:
Andreas Metzler
2010-08-16 16:29:49 +02:00
committed by Carlos R. Mafra
parent 15f74cfb10
commit 8dc7c5f554
2 changed files with 1 additions and 3 deletions

3
debian/rules vendored
View File

@@ -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
View File

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