From a6e8af1a1e44b7f6b1460eafdb06626ddccf644c Mon Sep 17 00:00:00 2001
From: Mattias Andrée <maandree@operamail.com>
Date: Mon, 20 Aug 2012 04:01:21 +0200
Subject: make clean

---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'configure')

diff --git a/configure b/configure
index 2762d0b..433385a 100755
--- a/configure
+++ b/configure
@@ -13,12 +13,12 @@ licenseFiles='COPYING'
 
 oldInstalledFiles='bin/ponysaytruncater lib/ponysay/truncater lib/ponysay/list.pl lib/ponysay/linklist.pl lib/ponysay/pq4ps lib/ponysay/pq4ps.pl lib/ponysay/pq4ps-list lib/ponysay/pq4ps-list.pl bin/ponysay.py bin/ponythink.py'
 oldInstalledDirs='lib/ponysay share/ponies share/ttyponies'
-oldCompiledFiles='truncater ponysaytruncater ponysay.install'
+oldCompiledFiles='truncater ponysaytruncater ponysay.py.install'
 oldCompiledDirs=''
 
 installedFiles='bin/ponysay bin/ponythink doc/ponysay.pdf share/info/ponysay.info.gz share/info/ponythink.info.gz'
 installedDirs='share/ponysay lib/ponysay'
-compiledFiles='ponysay.info.gz ponysay.py.install'
+compiledFiles='ponysay.info ponysay.info.gz ponysay.install'
 compiledDirs='quotes'
 
 for man in $manFiles; do
-- 
cgit