12 lines
319 B
Text
12 lines
319 B
Text
|
Index: Makefile
|
||
|
--- Makefile.orig
|
||
|
+++ Makefile
|
||
|
@@ -76,6 +76,7 @@ install-examples:
|
||
|
@echo installing examples to ${example_dir}
|
||
|
@mkdir -p ${example_dir}
|
||
|
@cp examples/* ${example_dir}
|
||
|
+ @rm -f ${example_dir}/*.{beforesubst,orig}
|
||
|
@chmod 644 ${example_dir}/*
|
||
|
|
||
|
install-applications: share/applications/feh.desktop
|