diff options
author | Thierry Reding <[email protected]> | 2006-10-20 20:56:41 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-20 20:56:41 +0000 |
commit | 9d914e68097d6f6c80324dee64d55ce6b7fe0004 (patch) | |
tree | 32f9cf22220b698f0a9bb267fba2c86a79b77f96 | |
parent | 4e183c66e98860fb75fb08c931025f63ebf75867 (diff) |
Make sure the install-source.sh script is executable before trying to run it.
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 02ecb099edc..0747f86049b 100755 --- a/debian/rules +++ b/debian/rules @@ -119,6 +119,7 @@ $(STAMP)-install-%: $(STAMP)-build-% $(STAMP_DIR)/install-source: # install Mesa source for mesa-swx11-source package + chmod a+x debian/scripts/install-source.sh debian/scripts/install-source.sh touch $@ |