dmd: fix permissions.

This commit is contained in:
Juan RP
2013-01-03 16:47:20 +01:00
parent 07d46f2d16
commit 9574d950a2
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ do_install() {
vmkdir usr/share/doc/d/
cp -r html ${DESTDIR}/usr/share/doc/d/
find ${DESTDIR}/usr -type f | xargs chmod 0644
find ${DESTDIR}/usr/share/doc/d -type f | xargs chmod 0644
vinstall src/druntime/LICENSE 644 usr/share/licenses/libphobos
}