From 82d60dbafdc698603ae6d24c123f71f0347f9ec9 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Sun, 16 Dec 2007 21:23:19 +0100 Subject: * Make *.sh scripts executable (not needed here but it makes lintian happy) - update src/Makefile * Drop Uploaders from control - update debian/control --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e20d54f..960b483 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,6 +49,7 @@ build: $(mk_files) install: $(mk_files) $(extra_mk_files) install -m 755 -d $(DESTDIR)$(DATADIR) install -m 644 $^ $(DESTDIR)$(DATADIR) + chmod 755 $(DESTDIR)$(DATADIR)/*.sh clean: rm -f $(mk_files) -- cgit v1.2.3