mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
793 B
Diff
21 lines
793 B
Diff
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
|
|||
|
|
index 7939a4e5749534ec61793fab2ad4c3689c064533..88c25d6ea4286e052e6848a945699b2ec005d0f3 100644
|
||
|
|
--- a/scripts/Makefile.in
|
||
|
|
+++ b/scripts/Makefile.in
|
||
|
|
@@ -20,6 +20,7 @@ SCRIPTS = \
|
||
|
|
xdg-icon-resource \
|
||
|
|
xdg-open \
|
||
|
|
xdg-email \
|
||
|
|
+ xdg-realpath \
|
||
|
|
xdg-screensaver \
|
||
|
|
xdg-settings
|
||
|
|
# xdg-su
|
||
|
|
@@ -91,6 +92,7 @@ xdg-desktop-icon: xdg-desktop-icon.in xdg-utils-common.in
|
||
|
|
xdg-email: xdg-email.in xdg-utils-common.in
|
||
|
|
xdg-mime: xdg-mime.in xdg-utils-common.in
|
||
|
|
xdg-open: xdg-open.in xdg-utils-common.in
|
||
|
|
+xdg-realpath: xdg-realpath.in xdg-utils-common.in
|
||
|
|
xdg-screensaver: xdg-screensaver.in xdg-utils-common.in
|
||
|
|
xdg-settings: xdg-settings.in xdg-utils-common.in
|
||
|
|
xdg-icon-resource: xdg-icon-resource.in xdg-utils-common.in
|