diff --git a/ChangeLog b/ChangeLog index 0943ef0..dfed325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-15 Thomas Vander Stichele + + * bin/Makefile.am: + Install rip as the script. + 2010-03-15 Thomas Vander Stichele * morituri/common/Makefile.am: diff --git a/bin/Makefile.am b/bin/Makefile.am index 5ad291b..767fc9f 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS_IN = rip.in +bin_SCRIPTS = rip -EXTRA_DIST = $(bin_SCRIPTS_IN) +EXTRA_DIST = rip.in