diff options
author | marcus <marcus@FreeBSD.org> | 2010-11-27 07:44:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-11-27 07:44:06 +0800 |
commit | c00b0fe10f728a7bc09c8cdda45d517a8279604f (patch) | |
tree | 8c1506f998dec4057b4f0bf126a1f4a80e080833 /x11/gnome-panel | |
parent | d38acb645dce9e078819419ecbb6a4a27d9568b4 (diff) | |
download | freebsd-ports-gnome-c00b0fe10f728a7bc09c8cdda45d517a8279604f.tar.gz freebsd-ports-gnome-c00b0fe10f728a7bc09c8cdda45d517a8279604f.tar.zst freebsd-ports-gnome-c00b0fe10f728a7bc09c8cdda45d517a8279604f.zip |
Correct a typo when running gio-querymodules.
PR: 152606
Submitted by: olgeni
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index 1f93a7f91a44..2bffc2fccff9 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -19,7 +19,7 @@ lib/girepository-1.0/PanelApplet-3.0.typelib %%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.a %%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.la %%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.so -@exec %%LOCALBASE%%/bin/gio-querymodules %D/lib/gnome-panel/modules 2>1/dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/gio-querymodules %D/lib/gnome-panel/modules 2>/dev/null || /usr/bin/true @unexec /bin/rm -f %D/lib/gnome-panel/modules/giomodule.cache %%BONOBO%%lib/libpanel-applet-2.a %%BONOBO%%lib/libpanel-applet-2.la |