mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
38ae599271
post-extract rule
12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
--- gmenu/main.c.orig Wed May 10 01:36:16 2000
|
|
+++ gmenu/main.c Fri May 26 15:09:49 2000
|
|
@@ -276,7 +276,7 @@
|
|
gnome_init ("GNOME menu editor", VERSION, argc, argv);
|
|
gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-gmenu.png");
|
|
|
|
- system_apps_dir = gnome_datadir_file("gnome/apps");
|
|
+ system_apps_dir = gnome_datadir_file("apps");
|
|
system_applets_dir = gnome_datadir_file("applets");
|
|
system_pixmap_dir = gnome_datadir_file("pixmaps");
|
|
if (!system_apps_dir || !system_pixmap_dir || !system_applets_dir)
|