Date: Mon, 8 Jul 2013 19:51:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322535 - head/shells/ibsh Message-ID: <201307081951.r68JptZ0095715@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jul 8 19:51:55 2013 New Revision: 322535 URL: http://svnweb.freebsd.org/changeset/ports/322535 Log: Fix plist Modified: head/shells/ibsh/pkg-plist Modified: head/shells/ibsh/pkg-plist ============================================================================== --- head/shells/ibsh/pkg-plist Mon Jul 8 19:37:40 2013 (r322534) +++ head/shells/ibsh/pkg-plist Mon Jul 8 19:51:55 2013 (r322535) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081951.r68JptZ0095715>