]> git.pld-linux.org Git - packages/edgar.git/blame - edgar-useless_files.patch
- updated gettext BR
[packages/edgar.git] / edgar-useless_files.patch
CommitLineData
43b913e6 1--- edgar-0.57/makefile~ 2010-05-27 09:52:00.852135096 +0200
2+++ edgar-0.57/makefile 2010-05-27 09:53:36.901301071 +0200
3@@ -2,7 +2,6 @@
4 RELEASE = 1
5 DEV = 0
6 PAK_FILE = edgar.pak
7-DOCS = doc/*
8 ICONS = icons/
9 MEDAL_SERVER_HOST=www.parallelrealities.co.uk
10 MEDAL_SERVER_PORT=80
11@@ -25,8 +24,6 @@
12
13 PREFIX = $(DESTDIR)/usr
14 BIN_DIR = $(PREFIX)/bin/
15-DOC_DIR = $(PREFIX)/share/doc/$(PROG)/
16-ICON_DIR = $(PREFIX)/share/icons/hicolor/
17 DESKTOP_DIR = $(PREFIX)/share/applications/
18 LOCALE_DIR = $(PREFIX)/share/locale/
19 LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
20@@ -132,18 +129,10 @@
21
22 mkdir -p $(BIN_DIR)
23 mkdir -p $(DATA_DIR)
24- mkdir -p $(DOC_DIR)
25- mkdir -p $(ICON_DIR)16x16/apps
26- mkdir -p $(ICON_DIR)32x32/apps
27- mkdir -p $(ICON_DIR)64x64/apps
28 mkdir -p $(DESKTOP_DIR)
29
30 cp $(PROG) $(BIN_DIR)$(PROG)
31 cp $(PAK_FILE) $(DATA_DIR)$(PAK_FILE)
32- cp $(DOCS) $(DOC_DIR)
33- cp $(ICONS)$(PROG).png $(ICON_DIR)16x16/apps/
34- cp $(ICONS)$(PROG).png $(ICON_DIR)32x32/apps/
35- cp $(ICONS)$(PROG).png $(ICON_DIR)64x64/apps/
36 cp $(ICONS)$(PROG).desktop $(DESKTOP_DIR)
37
38 @for f in $(LOCALE_MO); do \
This page took 0.029733 seconds and 4 git commands to generate.