]> git.pld-linux.org Git - packages/feh.git/commitdiff
- fix install auto/th/feh-1_11_2-2
authorlisu <lisu@pld-linux.org>
Thu, 10 Feb 2011 10:31:13 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    feh-install.patch -> 1.1

feh-install.patch [new file with mode: 0644]

diff --git a/feh-install.patch b/feh-install.patch
new file mode 100644 (file)
index 0000000..afad07f
--- /dev/null
@@ -0,0 +1,42 @@
+--- feh-1.11.2/Makefile~       2011-02-09 20:19:58.000000000 +0100
++++ feh-1.11.2/Makefile        2011-02-10 11:28:34.954408659 +0100
+@@ -22,39 +22,31 @@
+       @echo installing manuals to ${man_dir}
+       @mkdir -p ${man_dir}/man1
+       @cp man/*.1 ${man_dir}/man1
+-      @chmod 644 ${man_dir}/man1/feh.1 ${man_dir}/man1/feh-cam.1 \
+-              ${man_dir}/man1/gen-cam-menu.1
+ install-doc:
+       @echo installing docs to ${doc_dir}
+       @mkdir -p ${doc_dir}
+       @cp AUTHORS ChangeLog README TODO ${doc_dir}
+-      @chmod 644 ${doc_dir}/*
+ install-bin:
+       @echo installing executables to ${bin_dir}
+       @mkdir -p ${bin_dir}
+       @cp src/feh cam/feh-cam cam/gen-cam-menu ${bin_dir}
+-      @chmod 755 ${bin_dir}/feh ${bin_dir}/feh-cam \
+-              ${bin_dir}/gen-cam-menu
+ install-font:
+       @echo installing fonts to ${font_dir}
+       @mkdir -p ${font_dir}
+       @cp share/fonts/* ${font_dir}
+-      @chmod 644 ${font_dir}/*
+ install-img:
+       @echo installing images to ${image_dir}
+       @mkdir -p ${image_dir}
+       @cp share/images/* ${image_dir}
+-      @chmod 644 ${image_dir}/*
+ install-examples:
+       @echo installing examples to ${example_dir}
+       @mkdir -p ${example_dir}
+       @cp examples/* ${example_dir}
+-      @chmod 644 ${example_dir}/*
+ uninstall:
This page took 0.080711 seconds and 4 git commands to generate.