From cadc896c93bc87eaa7cbea173c4785892c3370ab Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Mar 2010 15:20:03 +0000 Subject: [PATCH] * bin/Makefile.am: Install rip as the script. --- ChangeLog | 5 +++++ bin/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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