diff options
-rw-r--r-- | x11-toolkits/gnustep-xgps/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-xgps/pkg-plist b/x11-toolkits/gnustep-xgps/pkg-plist index f74e8f37c2bc..1cbae4d4f9cb 100644 --- a/x11-toolkits/gnustep-xgps/pkg-plist +++ b/x11-toolkits/gnustep-xgps/pkg-plist @@ -1,6 +1,5 @@ System/Headers/gnustep/xgps/SharedX/XGGeneric.h System/Library/Bundles/libgnustep-xgps.bundle/Contents/Info.plist -System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources System/Library/Bundles/libgnustep-xgps.bundle/Resources/Info-gnustep.plist System/Library/Bundles/libgnustep-xgps.bundle/Resources/Info.plist System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-xgps @@ -9,6 +8,8 @@ System/Tools/font_cacher System/Tools/gpbs System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/font_cacher System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/gpbs +@exec ln -sf ../Resources %D/System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources +@unexec rm -f %D/System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%% @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%% |