diff options
Diffstat (limited to 'mkfs.ubifs/Makefile')
-rw-r--r-- | mkfs.ubifs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.ubifs/Makefile b/mkfs.ubifs/Makefile index a327eee..f802bff 100644 --- a/mkfs.ubifs/Makefile +++ b/mkfs.ubifs/Makefile @@ -20,4 +20,4 @@ cscope: install: ${TARGETS} mkdir -p ${DESTDIR}/${SBINDIR} - install -m0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ + install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ |