From 9aa7b04c21f465c493957b008973cc58ca751b2f Mon Sep 17 00:00:00 2001 From: fberckel Date: Wed, 21 May 2008 19:20:14 +0000 Subject: [PATCH] Removing mv rules for /var/cache Solving Ticket #2301 --- campcaster/etc/debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/campcaster/etc/debian/rules b/campcaster/etc/debian/rules index d5a032eb8..4a419535b 100755 --- a/campcaster/etc/debian/rules +++ b/campcaster/etc/debian/rules @@ -113,8 +113,6 @@ install-arch: $(CURDIR)/debian/campcaster/opt/campcaster/bin/dumpDbSchema.sh \ $(CURDIR)/debian/campcaster/opt/campcaster/bin/campcaster-restore \ $(CURDIR)/debian/campcaster-station/opt/campcaster/bin - mv -f $(CURDIR)/debian/campcaster/opt/campcaster/var/cache \ - $(CURDIR)/debian/campcaster-station/opt/campcaster/var mv -f $(CURDIR)/debian/campcaster/opt/campcaster/etc/apache \ $(CURDIR)/debian/campcaster/opt/campcaster/etc/pg_hba.conf \ $(CURDIR)/debian/campcaster/opt/campcaster/etc/campcaster-scheduler \