]> git.pld-linux.org Git - packages/enemies-of-carlotta.git/blob - enemies-of-carlotta-DESTDIR.patch
- added pl description
[packages/enemies-of-carlotta.git] / enemies-of-carlotta-DESTDIR.patch
1 diff -durN enemies-of-carlotta-1.0.3.orig/Makefile enemies-of-carlotta-1.0.3/Makefile
2 --- enemies-of-carlotta-1.0.3.orig/Makefile     Tue Feb 25 22:32:13 2003
3 +++ enemies-of-carlotta-1.0.3/Makefile  Sun Sep  7 17:09:25 2003
4 @@ -10,12 +10,12 @@
5         python testrun.py
6  
7  install:
8 -       install -d $(bindir) $(sharedir) $(man1dir) $(man1dirfr)
9 +       install -d $(DESTDIR){$(bindir),$(sharedir),$(man1dir),$(man1dirfr)}
10         sed 's,^SHAREDIR=.*,SHAREDIR="$(sharedir)",' enemies-of-carlotta \
11 -           > $(bindir)/enemies-of-carlotta
12 -       chmod 755 $(bindir)/enemies-of-carlotta
13 -       sh fix-config $(sharedir) < eoc.py > $(sharedir)/eoc.py
14 -       python -c 'import py_compile; py_compile.compile("$(sharedir)/eoc.py")'
15 -       install -m 0644 enemies-of-carlotta.1 $(man1dir)
16 -       install -m 0644 enemies-of-carlotta.1.fr $(man1dirfr)/enemies-of-carlotta.1
17 -       install -m 0644 templates/????* $(sharedir)
18 +           > $(DESTDIR)$(bindir)/enemies-of-carlotta
19 +       chmod 755 $(DESTDIR)$(bindir)/enemies-of-carlotta
20 +       sh fix-config $(sharedir) < eoc.py > $(DESTDIR)$(sharedir)/eoc.py
21 +       python -c 'import py_compile; py_compile.compile("$(DESTDIR)$(sharedir)/eoc.py")'
22 +       install -m 0644 enemies-of-carlotta.1 $(DESTDIR)$(man1dir)
23 +       install -m 0644 enemies-of-carlotta.1.fr $(DESTDIR)$(man1dirfr)/enemies-of-carlotta.1
24 +       install -m 0644 templates/????* $(DESTDIR)$(sharedir)
This page took 0.04831 seconds and 3 git commands to generate.