diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 15:36:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 15:36:13 +0000 |
commit | d32c5f70c949a31543780c026e4db06c4450c4fd (patch) | |
tree | f85354c578975b86cc13f3acb3cb36ea4d748d3d /shells | |
parent | 5afb8f4cf215c1171db8df7222c46930f46891a9 (diff) |
Simplify plist
Notes
Notes:
svn path=/head/; revision=371854
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ibsh/pkg-plist | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/ibsh/pkg-plist b/shells/ibsh/pkg-plist index 158507484e36..dade51634d95 100644 --- a/shells/ibsh/pkg-plist +++ b/shells/ibsh/pkg-plist @@ -1,8 +1,5 @@ bin/ibsh etc/ibsh/globals.cmds etc/ibsh/globals.xtns -@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 +@dir etc/ibsh/cmds +@dir etc/ibsh/xtns |