diff options
Diffstat (limited to 'system/luckybackup/luckybackup.pro.patch')
-rw-r--r-- | system/luckybackup/luckybackup.pro.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/luckybackup/luckybackup.pro.patch b/system/luckybackup/luckybackup.pro.patch new file mode 100644 index 0000000000..5e00acd322 --- /dev/null +++ b/system/luckybackup/luckybackup.pro.patch @@ -0,0 +1,22 @@ +--- luckybackup.pro.orig 2009-12-07 22:36:10.814594306 +0100 ++++ luckybackup.pro 2009-12-08 00:18:03.065894763 +0100 +@@ -18,16 +18,16 @@ + pixmap.path = /usr/share/pixmaps + pixmap.files = menu/luckybackup.xpm menu/luckybackup.png + +-documentation.path = /usr/share/doc/luckybackup ++documentation.path = /usr/doc/luckybackup-PROGVERSION + documentation.files = manual + +-manpage.path = /usr/share/man/man8 ++manpage.path = /usr/man/man8 + manpage.files = manpage/luckybackup.8.gz + + translations.path = /usr/share/luckybackup + translations.files = translations + +-license.path = /usr/share/doc/luckybackup ++license.path = /usr/doc/luckybackup-PROGVERSION + license.files = license + + INSTALLS += target menu debianmenu pixmap documentation manpage translations license |