Remove the executable bit from various shell function files
This commit is contained in:
parent
a14a8c04b5
commit
915ea96579
|
@ -11,6 +11,8 @@ debian-cd (3.1.21) unstable; urgency=medium
|
|||
* Update references to point to salsa.d.o for git repo
|
||||
* Fix isolinux config parsing. Thanks to Philipp Hahn for the
|
||||
patch. Closes: #886655
|
||||
* Minor packaging updates:
|
||||
+ Remove the executable bit from various shell function files
|
||||
|
||||
[ JH Chatenet ]
|
||||
* Include debian-ports-archive-keyring on non released architectures
|
||||
|
|
|
@ -33,7 +33,7 @@ install-stamp: build-stamp
|
|||
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
||||
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
||||
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \
|
||||
-a \! -name boot-hurd | xargs chmod 0755
|
||||
-a \! -name boot-hurd -a \! -name '*common' | xargs chmod 0755
|
||||
cd debian/debian-cd/usr/share/debian-cd/contrib && chmod 755 cronjob.* ftp.cron \
|
||||
generate_firmware_images iso_run jigdo-watcher \
|
||||
merge-sums mkjigsnap mklist mktorrent \
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Do common install stuff for armel/armhf, including making bootable CDs
|
||||
# Works with debian-installer
|
||||
#
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Do common install stuff for armel/armhf, including making bootable CDs
|
||||
# Works with debian-installer
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue