diff options
author | antoine <antoine@FreeBSD.org> | 2013-07-09 03:51:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-07-09 03:51:55 +0800 |
commit | ed75a9cebe23efb8716c6035fc2aeabb7a373826 (patch) | |
tree | 7af2028379a799e0ec22314f936707b024d1398e | |
parent | c8bcfdbb0d585a80a7aaeff20c8e9127060dac2a (diff) | |
download | freebsd-ports-gnome-ed75a9cebe23efb8716c6035fc2aeabb7a373826.tar.gz freebsd-ports-gnome-ed75a9cebe23efb8716c6035fc2aeabb7a373826.tar.zst freebsd-ports-gnome-ed75a9cebe23efb8716c6035fc2aeabb7a373826.zip |
Fix plist
-rw-r--r-- | shells/ibsh/pkg-plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shells/ibsh/pkg-plist b/shells/ibsh/pkg-plist index f4e758cca212..158507484e36 100644 --- a/shells/ibsh/pkg-plist +++ b/shells/ibsh/pkg-plist @@ -1,6 +1,8 @@ bin/ibsh etc/ibsh/globals.cmds etc/ibsh/globals.xtns -@dirrm /etc/ibsh/cmds -@dirrm /etc/ibsh/xtns -@dirrm /etc/ibsh +@exec mkdir -p %D/etc/ibsh/cmds +@exec mkdir -p %D/etc/ibsh/xtns +@dirrm etc/ibsh/cmds +@dirrm etc/ibsh/xtns +@dirrm etc/ibsh |