Lines Matching refs:pname
28 local pname="$1" pdir="$2"
32 mkdir -p "$pdir/usr/share/doc/$pname"
33 cp debian/copyright "$pdir/usr/share/doc/$pname/"
34 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian"
35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian"
50 dpkg-gencontrol -p$pname -P"$pdir"
56 pname=$2
72 mkdir -p "${pdir}/usr/bin" "${pdir}/usr/share/doc/${pname}"
74 cp ${KCONFIG_CONFIG} "${pdir}/usr/share/doc/${pname}/config"
75 gzip "${pdir}/usr/share/doc/${pname}/config"