From 402a824b2504b721af78b80a0e922091b1853b98 Mon Sep 17 00:00:00 2001 From: Martin Mohring Date: Sun, 16 Aug 2009 20:17:49 +0000 Subject: [PATCH] - added: more *.conf files to come --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5299679..6475696 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install: spectool \ $(DESTDIR)$(pkglibdir) install -m644 Build/*.pm $(DESTDIR)$(pkglibdir)/Build - install -m644 *.pm baselibs_global.conf $(DESTDIR)$(pkglibdir) + 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 -- 2.7.4