diff options
author | Deposite Pirate | 2020-04-25 00:40:13 +0200 |
---|---|---|
committer | Deposite Pirate | 2020-04-25 00:40:13 +0200 |
commit | 204c380958e518d63eece89244178a85b70fe925 (patch) | |
tree | f4dcd15b9cea18d845829f294619312a88b396d8 /castor-git/castor-0.7.0-makefile.patch | |
parent | 35ef5b3a9f9a2a64459cb7407c20bfdb2a379c9d (diff) |
* Update castor to 0.7.0.
modified: castor-git/PKGBUILD
deleted: castor-git/castor-0.4.0-install.patch
new file: castor-git/castor-0.7.0-makefile.patch
Diffstat (limited to 'castor-git/castor-0.7.0-makefile.patch')
-rw-r--r-- | castor-git/castor-0.7.0-makefile.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/castor-git/castor-0.7.0-makefile.patch b/castor-git/castor-0.7.0-makefile.patch new file mode 100644 index 0000000..ec585dd --- /dev/null +++ b/castor-git/castor-0.7.0-makefile.patch @@ -0,0 +1,17 @@ +Common subdirectories: castor/data and castor-makefile/data +Common subdirectories: castor/.git and castor-makefile/.git +diff -u castor/Makefile castor-makefile/Makefile +--- castor/Makefile 2020-04-24 23:57:59.119673418 +0200 ++++ castor-makefile/Makefile 2020-04-24 23:58:41.033151139 +0200 +@@ -29,8 +29,8 @@ + # Install the data files and update the caches + install-data : copy-data + # Force icon cache refresh +- touch $(sharedir)/icons/hicolor +- update-desktop-database ++ #touch $(sharedir)/icons/hicolor ++ #update-desktop-database + + # Just copy the data files, without updating caches + copy-data : +Common subdirectories: castor/src and castor-makefile/src |