diff options
author | Herb Lewis <herb@samba.org> | 2000-10-11 15:43:42 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-10-11 15:43:42 +0000 |
commit | aa4fb7de35934ab3687d60f393a6f2b6015603ac (patch) | |
tree | 4749aee4af32dd78dd9347b9deb00f7a2797be65 /packaging/SGI/idb.pl | |
parent | ab7016e1b26e0fbe022f84eb0bbd5acca8e5bbcb (diff) | |
download | samba-aa4fb7de35934ab3687d60f393a6f2b6015603ac.tar.gz samba-aa4fb7de35934ab3687d60f393a6f2b6015603ac.tar.xz samba-aa4fb7de35934ab3687d60f393a6f2b6015603ac.zip |
make pcp Install and Remove script executable
Diffstat (limited to 'packaging/SGI/idb.pl')
-rwxr-xr-x | packaging/SGI/idb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 7f9565694bf..82a49ee31a8 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -208,7 +208,7 @@ while (@sorted) { print IDB "d 0755 root sys usr/samba/src/$nextfile $SRCPFX/$nextfile $PKG.src.samba\n"; } else { - if (grep((/\.sh$/ | /configure$/ | /configure\.developer/ | /config\.guess/ | /config\.sub/ | /\.pl$/ | /mkman$/),$nextfile)) { + if (grep((/\.sh$/ | /configure$/ | /configure\.developer/ | /config\.guess/ | /config\.sub/ | /\.pl$/ | /mkman$/ | /pcp\/Install/ | /pcp\/Remove/),$nextfile)) { print IDB "f 0755 root sys usr/samba/src/$nextfile $SRCPFX/$nextfile $PKG.src.samba\n"; } else { |