expand the right PYTHON into rip and bash-compgen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!@PYTHON@
|
||||
# -*- Mode: Python -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
|
||||
@@ -48,6 +48,8 @@ AM_CONDITIONAL(HAVE_PYCHECKER, test "x$PYCHECKER" = "xyes")
|
||||
|
||||
dnl output stuff
|
||||
AC_CONFIG_FILES([bin/rip], [chmod +x bin/rip])
|
||||
AC_CONFIG_FILES([etc/bash_completion.d/bash-compgen],
|
||||
[chmod +x etc/bash_completion.d/bash-compgen])
|
||||
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
|
||||
@@ -4,7 +4,7 @@ completion_DATA = rip
|
||||
BUILT_SOURCES = rip
|
||||
CLEANFILES = rip
|
||||
|
||||
EXTRA_DIST = bash-compgen
|
||||
EXTRA_DIST = bash-compgen.in bash-compgen
|
||||
|
||||
ENTRY = morituri.rip.main.Rip
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!@PYTHON@
|
||||
# -*- Mode: Python -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
Reference in New Issue
Block a user