diff options
Diffstat (limited to 'repo/devel/sgml-common.xibuild')
-rw-r--r-- | repo/devel/sgml-common.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/sgml-common.xibuild b/repo/devel/sgml-common.xibuild index 752a44d..70fe070 100644 --- a/repo/devel/sgml-common.xibuild +++ b/repo/devel/sgml-common.xibuild @@ -24,7 +24,7 @@ build() { package () { make DESTDIR=$PKG_DEST docdir=/usr/share/doc install && - mkdir -pv $PKG_DEST/etc/sgml - mkdir -pv /etc/sgml + mkdir -p $PKG_DEST/etc/sgml + mkdir -p /etc/sgml } |