blob: 42d791b7b39f31f2256e4b395ba7d899aa3a1303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig Sun Oct 16 06:13:14 2005
+++ Makefile.am Tue Jul 11 15:23:47 2006
@@ -54,7 +54,7 @@
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
install-data-local:
- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
$(mkinstalldirs) $(kde_appsdir)/Applications
$(INSTALL_DATA) $(top_builddir)/bibletime.desktop $(kde_appsdir)/Applications/bibletime.desktop
|