1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 12:24:17 +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)