summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 14:49:47 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 14:49:47 +0000
commitcbb3f12c1660d691e45d0f504b0e23e8c709054a (patch)
tree73d8aa3ad3cf319401997018862082d82de38a0e
parent1be183c7793a0565b7dca285e4075e5d6d87f0e0 (diff)
downloaddrakwizard-cbb3f12c1660d691e45d0f504b0e23e8c709054a.tar
drakwizard-cbb3f12c1660d691e45d0f504b0e23e8c709054a.tar.gz
drakwizard-cbb3f12c1660d691e45d0f504b0e23e8c709054a.tar.bz2
drakwizard-cbb3f12c1660d691e45d0f504b0e23e8c709054a.tar.xz
drakwizard-cbb3f12c1660d691e45d0f504b0e23e8c709054a.zip
add Makefile
-rw-r--r--kolab_wizard/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/kolab_wizard/Makefile b/kolab_wizard/Makefile
new file mode 100644
index 00000000..f2dfed38
--- /dev/null
+++ b/kolab_wizard/Makefile
@@ -0,0 +1,10 @@
+install2:
+ su -c 'make install'
+
+clean:
+ rm -rf *~
+install:
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/kolab_wizard/images
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard
+ install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/
+# install --mode=a=r -p ./images/*.png ${prefix}/share/wizards/kolab_wizard/images