File: setperms

package info (click to toggle)
xfree86-2 3.3.6-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 14,804 kB
  • ctags: 2
  • sloc: sh: 890; makefile: 63
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

for FILE in fix.source.patch \
            patch.apply \
            patch.unapply \
            source.patch \
            source.unpack \
            unfix.source.patch; do
  chmod 755 debian/scripts/$FILE
done