diff options
author | titopoquito <titopoquito@gmail.com> | 2010-05-13 01:00:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:56 +0200 |
commit | 895f907c488217a0a047e5f41599d6fded5ad4a6 (patch) | |
tree | 078e8313451f721b5cd1690c5753b33c8cfab2bb /system/luckybackup/luckybackup.pro.patch | |
parent | 56e9740db95f698c5c971ff26a85db9d1e3f1010 (diff) | |
download | slackbuilds-895f907c488217a0a047e5f41599d6fded5ad4a6.tar.gz |
system/luckybackup: Added to 13.0 repository
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 |