diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 00:00:29 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 15:08:20 -0800 |
commit | c46b564c47fde3474e948aa1b188a975836cba47 (patch) | |
tree | 988b1af0ca7e33fe010e28b8a4cf68af77ba9dba /hw | |
parent | 23156a21d8e2f1be7d19d69cb91dae1b885ef671 (diff) |
XQuartz: fixed make dist
(cherry picked from commit 2d52367ab92429e58596d1a1ed3ef52a0a38a7aa)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 2 | ||||
-rw-r--r-- | hw/xquartz/bundle/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index 16434f268..971328990 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>X11</string> + <string>X11.sh</string> <key>CFBundleGetInfoString</key> <string>APPLE_APPLICATION_NAME</string> <key>CFBundleIconFile</key> diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index e765d6e41..03fa1ddb1 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -17,6 +17,7 @@ resource_DATA = Xquartz.plist EXTRA_DIST = \ mk_bundke.sh \ + X11.sh \ Info.plist.cpp \ PkgInfo \ $(resource_DATA) \ |