about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2013-10-16 16:27:16 +0200
committerAndrew Shadura <andrew@shadura.me>2013-10-16 16:46:07 +0200
commit4cea11d2553c18bc8a8ae3a384c2dfea321f1b7e (patch)
tree2959323c7a19b86498c9203b309829abd3b0a073 /Makefile
parentfd0f74fe511df46b2d3ba39f3bf5f6e9841e1623 (diff)
downloadxombrero-4cea11d2553c18bc8a8ae3a384c2dfea321f1b7e.tar.gz
Synchronise makefiles, add BSD makefile for Linux.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d12ca38..39cd2bd 100644
--- a/Makefile
+++ b/Makefile
@@ -59,8 +59,8 @@ beforeinstall:
 	install -m 755 -d ${PREFIX}/man/man1/
 	install -m 755 -d ${PREFIX}/share/xombrero
 	install -m 755 -d ${PREFIX}/share/applications
-	install -m 644 $(.CURDIR)/xombrero.css ${PREFIX}/share/xombrero
-	install -m 644 $(.CURDIR)/xombrero.desktop ${PREFIX}/share/applications
+	install -m 644 ${.CURDIR}/xombrero.css ${PREFIX}/share/xombrero
+	install -m 644 ${.CURDIR}/xombrero.desktop ${PREFIX}/share/applications
 	install -m 644 ${.CURDIR}/xombreroicon16.png ${PREFIX}/share/xombrero
 	install -m 644 ${.CURDIR}/xombreroicon32.png ${PREFIX}/share/xombrero
 	install -m 644 ${.CURDIR}/xombreroicon48.png ${PREFIX}/share/xombrero