alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
804 stars 130 forks source link

Mention forbidden name `install.sh` in README #101

Closed thesauri closed 5 years ago

thesauri commented 5 years ago

I tried naming the install script install.sh and was surprised by:

configure: creating ./config.status
config.status: creating fuse-ext2.pc
config.status: error: cannot find input file: `Makefile.in'
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.

Thanks to #62 I was able to figure out why the installation failed and renamed the install script.

This pull request adds a mention to README.md that the file shouldn't be named install.sh.

alperakcan commented 5 years ago

thank you, for your support