From 6e1fc8826cd86bae4b70777bf27efc244996dc40 Mon Sep 17 00:00:00 2001 From: lisu Date: Thu, 10 Feb 2011 10:31:13 +0000 Subject: [PATCH] - fix install Changed files: feh-install.patch -> 1.1 --- feh-install.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 feh-install.patch diff --git a/feh-install.patch b/feh-install.patch new file mode 100644 index 0000000..afad07f --- /dev/null +++ b/feh-install.patch @@ -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: -- 2.44.0