]> git.pld-linux.org Git - packages/feh.git/commitdiff
remove install patch dropped from spec in 57e2b4e
authorJan Palus <atler@pld-linux.org>
Thu, 14 Dec 2023 00:03:45 +0000 (01:03 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 14 Dec 2023 00:03:45 +0000 (01:03 +0100)
feh-install.patch [deleted file]

diff --git a/feh-install.patch b/feh-install.patch
deleted file mode 100644 (file)
index afad07f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- 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.079208 seconds and 4 git commands to generate.