From 37dea64974f4e2254e4c86b9cffeb69cfccf1fdf Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 26 Oct 2007 18:14:26 +0000 Subject: [PATCH] include the glade files in the deb packages --- campcaster/etc/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/campcaster/etc/debian/rules b/campcaster/etc/debian/rules index 10a311fb0..d5a032eb8 100755 --- a/campcaster/etc/debian/rules +++ b/campcaster/etc/debian/rules @@ -134,6 +134,7 @@ install-arch: $(CURDIR)/debian/campcaster-studio/opt/campcaster/etc mv -f $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/Widgets \ $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/studio-localization \ + $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/glade \ $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/campcaster.png \ $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/icon*.png \ $(CURDIR)/debian/campcaster/opt/campcaster/var/Campcaster/stationLogo.png \