do not create symlink here, do it in spec file instead based on rpm macros
authorAdrian Schröter <adrian@suse.de>
Mon, 8 Mar 2010 12:10:21 +0000 (13:10 +0100)
committerAdrian Schröter <adrian@suse.de>
Mon, 8 Mar 2010 12:10:21 +0000 (13:10 +0100)
Makefile

index e2e3967..8e91f7f 100644 (file)
--- 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