diff options
Diffstat (limited to 'deskutils/akamaru/files/patch-Makefile')
-rw-r--r-- | deskutils/akamaru/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/deskutils/akamaru/files/patch-Makefile b/deskutils/akamaru/files/patch-Makefile deleted file mode 100644 index 2fe8ad307bf1..000000000000 --- a/deskutils/akamaru/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Sun Jul 16 01:37:05 2006 -+++ Makefile Wed Oct 11 01:04:51 2006 -@@ -4,7 +4,7 @@ - LDFLAGS = -g - GCONFTOOL = gconftool-2 - --prefix = $(HOME) -+prefix = $(PREFIX) - targets = akamaru dock - schemas = kiba.schemas - akamaru_objs = main.o akamaru.o -@@ -25,6 +25,7 @@ - - install : install-schemas - install dock $(prefix)/bin/kiba-dock -+ install akamaru $(prefix)/bin/akamaru - sh populate-dock.sh - - uninstall-schemas : gconf-clean |