]> git.pld-linux.org Git - packages/feh.git/blame - feh-install.patch
- Up to 2.2
[packages/feh.git] / feh-install.patch
CommitLineData
6e1fc882 1--- feh-1.11.2/Makefile~ 2011-02-09 20:19:58.000000000 +0100
2+++ feh-1.11.2/Makefile 2011-02-10 11:28:34.954408659 +0100
3@@ -22,39 +22,31 @@
4 @echo installing manuals to ${man_dir}
5 @mkdir -p ${man_dir}/man1
6 @cp man/*.1 ${man_dir}/man1
7- @chmod 644 ${man_dir}/man1/feh.1 ${man_dir}/man1/feh-cam.1 \
8- ${man_dir}/man1/gen-cam-menu.1
9
10 install-doc:
11 @echo installing docs to ${doc_dir}
12 @mkdir -p ${doc_dir}
13 @cp AUTHORS ChangeLog README TODO ${doc_dir}
14- @chmod 644 ${doc_dir}/*
15
16 install-bin:
17 @echo installing executables to ${bin_dir}
18 @mkdir -p ${bin_dir}
19 @cp src/feh cam/feh-cam cam/gen-cam-menu ${bin_dir}
20- @chmod 755 ${bin_dir}/feh ${bin_dir}/feh-cam \
21- ${bin_dir}/gen-cam-menu
22
23 install-font:
24 @echo installing fonts to ${font_dir}
25 @mkdir -p ${font_dir}
26 @cp share/fonts/* ${font_dir}
27- @chmod 644 ${font_dir}/*
28
29 install-img:
30 @echo installing images to ${image_dir}
31 @mkdir -p ${image_dir}
32 @cp share/images/* ${image_dir}
33- @chmod 644 ${image_dir}/*
34
35 install-examples:
36 @echo installing examples to ${example_dir}
37 @mkdir -p ${example_dir}
38 @cp examples/* ${example_dir}
39- @chmod 644 ${example_dir}/*
40
41
42 uninstall:
This page took 0.091102 seconds and 4 git commands to generate.