From 0afdce36b6d59e7e2a80a976e0d83677b1ee803f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 8 Mar 2010 13:10:21 +0100 Subject: [PATCH] do not create symlink here, do it in spec file instead based on rpm macros --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e2e3967..8e91f7f 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ install: install -m644 Build/*.pm $(DESTDIR)$(pkglibdir)/Build install -m644 *.pm baselibs_global*.conf $(DESTDIR)$(pkglibdir) install -m644 configs/* $(DESTDIR)$(pkglibdir)/configs - rm -f $(DESTDIR)$(pkglibdir)/configs/default.conf - cp -a configs/default.conf $(DESTDIR)$(pkglibdir)/configs/default.conf install -m644 build.1 $(DESTDIR)$(man1dir) ln -sf $(pkglibdir)/build $(DESTDIR)$(bindir)/build ln -sf $(pkglibdir)/vc $(DESTDIR)$(bindir)/buildvc -- 2.7.4