meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
172 stars 46 forks source link

Fix config.rpath mode #251

Closed knocte closed 8 years ago

knocte commented 8 years ago

It was 755, while it doesn't need the 'x' bit.

meebey commented 8 years ago

While it is not required, +x seems to be the norm:

meebey@redhorse:~/Projects$ find -name config.rpath | xargs ls -l
-rwxr-xr-x. 1 meebey meebey 16164 May 27  2011 ./debian/bless/config.rpath
-rwxr-xr-x. 1 meebey meebey 18343 May 27  2011 ./debian/docky/config.rpath
-rw-r--r--. 1 meebey meebey     0 Jan 26  2012 ./debian/gmime/config.rpath
-rw-r--r--. 1 meebey meebey 14869 May 27  2011 ./debian/gshare/config.rpath
-rwxr-xr-x  1 meebey meebey 18442 Apr 10 12:32 ./debian/mono/config.rpath
-rwxr-xr-x  1 meebey meebey 18442 Apr 10 12:32 ./debian/mono/eglib/config.rpath
-rwxr-xr-x. 1 meebey meebey 16164 May 28  2011 ./debian/pkg-cli-apps/bless/config.rpath
-rwxr-xr-x. 1 meebey meebey 18343 May 28  2011 ./debian/pkg-cli-apps/docky/config.rpath
-rw-r--r--. 1 meebey meebey 14869 May 28  2011 ./debian/pkg-cli-apps/gshare/config.rpath
-rwxr-xr-x. 1 meebey meebey 18343 May 28  2011 ./debian/pkg-cli-apps/smuxi/config.rpath
-rw-r--r--. 1 meebey meebey     0 Jun 13  2011 ./debian/pkg-gnome/gmime2.4/config.rpath
-rw-r--r--. 1 meebey meebey     0 Apr 25  2011 ./debian/pkg-gnome/gmime2.4_SVN/config.rpath
-rwxr-xr-x. 1 meebey meebey 18343 May  3  2014 ./debian/smuxi/config.rpath
-rwxr-xr-x. 1 meebey meebey 18442 Jun 14  2015 ./mono/mono/config.rpath
-rwxr-xr-x. 1 meebey meebey 18442 Jun 14  2015 ./mono/mono/eglib/config.rpath

Why do you want this change? The only thing that comes into my mind is writing ./conf<< TAB >> in a terminal that shows config.rpath but there are still many other auto tools files listed.

meebey commented 8 years ago
meebey@redhorse:~/Projects/smuxi$ ./config
config.guess   config.rpath   config.status  config.sub     configure      
knocte commented 8 years ago

but there are still many other auto tools files listed.

Not really. I mean, if you retrieve a fresh clone, configure doesn't exist yet, and it's kinda annoying to get "config.rpath" autocompleted. It would be better to get the typical beep, that tells you there's no [TAB] option, so then you realize you need to write autogen.sh instead.