From 8dc7c5f554af1d82082ff4556b321d4df330ed08 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 16 Aug 2010 16:29:49 +0200 Subject: [PATCH] Generate symlink with dh_link instead of ln -s --- debian/rules | 3 --- debian/wmaker.links | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index e3ff9918..194dacf7 100755 --- a/debian/rules +++ b/debian/rules @@ -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) diff --git a/debian/wmaker.links b/debian/wmaker.links index 50151f5f..17abc95b 100644 --- a/debian/wmaker.links +++ b/debian/wmaker.links @@ -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