40 lines
1.7 KiB
Diff
40 lines
1.7 KiB
Diff
|
--- backintime-1.0.4.orig/common/Makefile.template 2010-07-04 14:30:19.000000000 +0200
|
||
|
+++ backintime-1.0.4/common/Makefile.template 2010-11-01 09:50:43.000000000 +0100
|
||
|
@@ -17,10 +17,6 @@
|
||
|
install -d $(DEST)/share/backintime/plugins
|
||
|
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
|
||
|
|
||
|
- #install copyright file
|
||
|
- install -d $(DEST)/share/doc/backintime-common
|
||
|
- install --mode=644 debian_specific/copyright $(DEST)/share/doc/backintime-common
|
||
|
-
|
||
|
#install doc file(s)
|
||
|
install -d $(DEST)/share/doc/backintime
|
||
|
install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
|
||
|
--- backintime-1.0.4.orig/gnome/Makefile.template 2010-07-18 10:25:58.000000000 +0200
|
||
|
+++ backintime-1.0.4/gnome/Makefile.template 2010-11-01 09:50:42.000000000 +0100
|
||
|
@@ -15,10 +15,6 @@
|
||
|
install -d $(DEST)/share/backintime/plugins
|
||
|
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
|
||
|
|
||
|
- #install copyright file
|
||
|
- install -d $(DEST)/share/doc/backintime-gnome
|
||
|
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-gnome
|
||
|
-
|
||
|
#install man file(s)
|
||
|
install -d $(DEST)/share/man/man1
|
||
|
install --mode=644 man/C/*.gz $(DEST)/share/man/man1
|
||
|
--- backintime-1.0.4.orig/kde4/Makefile.template 2010-07-18 10:26:09.000000000 +0200
|
||
|
+++ backintime-1.0.4/kde4/Makefile.template 2010-11-01 09:50:41.000000000 +0100
|
||
|
@@ -19,10 +19,6 @@
|
||
|
install -d $(DEST)/bin
|
||
|
install backintime-kde4 $(DEST)/bin
|
||
|
|
||
|
- #install copyright file
|
||
|
- install -d $(DEST)/share/doc/backintime-kde4
|
||
|
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-kde4
|
||
|
-
|
||
|
#install .desktop file(s)
|
||
|
install -d $(DEST)/share/applications/kde4
|
||
|
install --mode=644 *.desktop $(DEST)/share/applications/kde4
|