File install-some-more-scripts.diff of Package xdg-utils
From: Jiri Slaby <jslaby@suse.cz>
Subject: Install some more scripts
Why are they commented in the repo?
---
scripts/Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -22,11 +22,11 @@ SCRIPTS = \
xdg-email \
xdg-realpath \
xdg-screensaver \
- xdg-settings
-# xdg-su
-# xdg-copy \
-# xdg-file-dialog
-# xdg-terminal
+ xdg-settings \
+ xdg-su \
+ xdg-copy \
+ xdg-file-dialog \
+ xdg-terminal
MANPAGES= $(SCRIPTS:%=man/%.1) man/xdg-utils-common.7
WEBPAGES= $(SCRIPTS:%=html/%.html)