summaryrefslogtreecommitdiff
path: root/castor-git/castor-0.7.0-makefile.patch
blob: ec585dd19403ec8581b6f3ace7ccaae6d70ad1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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