From c86951009a4d3c682e04bd51c7d98eaa30d4d1f5 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Tue, 18 Dec 2012 21:42:19 -0600 Subject: Add install of $(PREFIX)/share/applications to Makefile. This fixes issues when installing to a clean path such as with package creation. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 186141b..57584b9 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ beforeinstall: install -m 755 -d ${PREFIX}/bin 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}/xombreroicon.png ${PREFIX}/share/xombrero -- cgit 1.4.1-2-gfad0 Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/ex4.mu
blob: ec43c3e0eebe338f2a042f2ce91a1e2c6fe0e767 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14