summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Schröter <adrian@suse.de>2010-03-08 13:10:21 +0100
committerAdrian Schröter <adrian@suse.de>2010-03-08 13:10:21 +0100
commit0afdce36b6d59e7e2a80a976e0d83677b1ee803f (patch)
tree4664bc081b50a4c771d86f5fddd6918a03585904 /Makefile
parent11e284a6d3c44205bab857f7600694a656e2fcda (diff)
do not create symlink here, do it in spec file instead based on rpm macros
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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