summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-02-05 23:05:22 +0000
committerNicolas Vigier <boklm@mageia.org>2012-02-05 23:05:22 +0000
commit31a3dae122be419303e794009412d37e8c533141 (patch)
tree3c936844180cc2a3d616f9d16b8e74140d1c0b0e /Makefile
parenta647e7b1b25709423ff7f3d6e26906ea99c342fe (diff)
parent5df6b296276461639ef93639028cd88b1402afae (diff)
downloadmgasoft-0.1.tar
mgasoft-0.1.tar.gz
mgasoft-0.1.tar.bz2
mgasoft-0.1.tar.xz
mgasoft-0.1.zip
mgasoft version 0.10.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..95d22e1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+BINFILES=mgasoft mgasoft-publish
+CFGFILES=mgasoft.conf
+
+sysconfdir=/etc
+bindir=/usr/bin
+
+all:
+
+
+install:
+ install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sysconfdir)
+ install -m 755 $(BINFILES) $(DESTDIR)$(bindir)
+ install -m 644 $(CFGFILES) $(DESTDIR)$(sysconfdir)