SHA256
1
0
forked from pool/xdg-utils
xdg-utils/install-some-more-scripts.diff
Stephan Kulow 8f21da7bce Accepting request 126552 from home:jirislaby:branches:X11:common:Factory
update to latest snapshot of the utils. It fixes a pile of bugs.

(I don't wanna be a maintainer, I'm just fixing bugs which remain unresolved for months.)

OBS-URL: https://build.opensuse.org/request/show/126552
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=18
2012-07-02 05:22:00 +00:00

22 lines
436 B
Diff

---
scripts/Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -20,11 +20,11 @@ SCRIPTS = \
xdg-open \
xdg-email \
xdg-screensaver \
- xdg-settings
-# xdg-su
+ xdg-settings \
+ xdg-su \
+ xdg-terminal
# xdg-copy \
# xdg-file-dialog
-# xdg-terminal
MANPAGES= $(SCRIPTS:%=man/%.1)
WEBPAGES= $(SCRIPTS:%=%.html)