diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-22 17:41:55 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-22 17:41:55 +0800 |
commit | 63fbb65448d282b6bcf3b1a0c7291c6003a34445 (patch) | |
tree | baf6b36098994c070a64f81ee2c1a68ec9a061d2 /devel | |
parent | c7d355f3098c585084808d571a549ce7ca95ac4a (diff) | |
download | freebsd-ports-gnome-63fbb65448d282b6bcf3b1a0c7291c6003a34445.tar.gz freebsd-ports-gnome-63fbb65448d282b6bcf3b1a0c7291c6003a34445.tar.zst freebsd-ports-gnome-63fbb65448d282b6bcf3b1a0c7291c6003a34445.zip |
Prefix `%' in filenames passed to the @unexec command with another `%', because
otherwise the symbol are eaten by the format-expansion routine in pkg_delete.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf/pkg-plist | 8 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist index 5fec5cb6c1d3..966ea0b19a8a 100644 --- a/devel/gconf/pkg-plist +++ b/devel/gconf/pkg-plist @@ -57,10 +57,10 @@ share/locale/uk/LC_MESSAGES/GConf.mo share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo @exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps @exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%%gconf.xml 2>/dev/null || true @dirrm share/gnome/gconf/1 @dirrm share/gnome/gconf @dirrm lib/GConf/1 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 5fec5cb6c1d3..966ea0b19a8a 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -57,10 +57,10 @@ share/locale/uk/LC_MESSAGES/GConf.mo share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo @exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps @exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml 2>/dev/null || true -@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/apps/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/%%gconf.xml 2>/dev/null || true +@unexec rm -f %D/etc/gconf/gconf.xml.defaults/schemas/apps/%%gconf.xml 2>/dev/null || true @dirrm share/gnome/gconf/1 @dirrm share/gnome/gconf @dirrm lib/GConf/1 |