* extfs/Makefile.am: all scripts should be executable

This commit is contained in:
Pavel Roskin 2000-09-18 15:52:16 +00:00
parent 36ad34a8bf
commit 68ffa5da8f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-24 Pavel Roskin <proski@gnu.org>
* extfs/Makefile.am: all scripts should be executable
2000-09-18 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* extfs/patchfs (LC_TIME): patch by Martin Bialasinski:

View File

@ -34,6 +34,8 @@ EXTFS_OUT = \
uha \
uzip
extfs_DATA = $(EXTFS_MISC) $(EXTFS_CONST) $(EXTFS_OUT)
extfs_DATA = $(EXTFS_MISC)
extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST)