diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 15:35:59 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 15:35:59 +0100 |
commit | 53f5ea28ffe26c112e51ebdef6d46c25919ced4f (patch) | |
tree | 6302b5617e7171cca4eef3c47bd88697cb37e0be /appliance | |
parent | 63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404 (diff) | |
download | libguestfs-53f5ea28ffe26c112e51ebdef6d46c25919ced4f.tar.gz libguestfs-53f5ea28ffe26c112e51ebdef6d46c25919ced4f.tar.xz libguestfs-53f5ea28ffe26c112e51ebdef6d46c25919ced4f.zip |
Fix permissions on generated scripts in the appliance/ directory.
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 74157b08..c06d7ae9 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -92,16 +92,6 @@ $(SUPERMINIMG): supermin.incfiles supermin-make.sh endif -# This should rebuild the scripts if the input files change, although -# it doesn't always seem to work. -%.sh: %.sh.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - -libguestfs-supermin-helper: libguestfs-supermin-helper.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - #---------------------------------------------------------------------- # Extra rules for testing the appliance. |