aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--etc/profile-a-l/gnome-calculator.profile3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb09b8bdb..8cbba12e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,7 +176,9 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcop
176 176
177dist: 177dist:
178 mv config.status config.status.old 178 mv config.status config.status.old
179 mv mkdeb.sh mkdeb.sh.old
179 make distclean 180 make distclean
181 mv mkdeb.sh.old mkdeb.sh
180 mv config.status.old config.status 182 mv config.status.old config.status
181 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 183 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
182 mkdir -p $(NAME)-$(VERSION)/test 184 mkdir -p $(NAME)-$(VERSION)/test
diff --git a/etc/profile-a-l/gnome-calculator.profile b/etc/profile-a-l/gnome-calculator.profile
index cf5d5390a..ceb01f2a0 100644
--- a/etc/profile-a-l/gnome-calculator.profile
+++ b/etc/profile-a-l/gnome-calculator.profile
@@ -25,7 +25,8 @@ apparmor
25caps.drop all 25caps.drop all
26ipc-namespace 26ipc-namespace
27machine-id 27machine-id
28net none 28#net none -- breaks currency conversion
29netfilter
29no3d 30no3d
30nodvd 31nodvd
31nogroups 32nogroups