diff options
author | John Terpstra <jht@samba.org> | 1998-10-29 10:29:07 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-10-29 10:29:07 +0000 |
commit | 356e049a42ab5c72c7bc82ac17c3565d996ddc2d (patch) | |
tree | a5c387b0598e1ea6bf7e4240f561e8026780a925 /packaging | |
parent | 7eaf47853ea2f48702847c81a9ec7cd351a3079b (diff) | |
download | samba-356e049a42ab5c72c7bc82ac17c3565d996ddc2d.tar.gz samba-356e049a42ab5c72c7bc82ac17c3565d996ddc2d.tar.xz samba-356e049a42ab5c72c7bc82ac17c3565d996ddc2d.zip |
Path change only.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/PHT/TurboLinux/makerpms.sh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/PHT/TurboLinux/makerpms.sh.tmpl b/packaging/PHT/TurboLinux/makerpms.sh.tmpl index fa69370dff0..3b364c74a75 100644 --- a/packaging/PHT/TurboLinux/makerpms.sh.tmpl +++ b/packaging/PHT/TurboLinux/makerpms.sh.tmpl @@ -5,7 +5,7 @@ RPMDIR=`rpm --showrc | awk '/^rpmdir/ { print $3}'` SPECDIR=`rpm --showrc | awk '/^specdir/ { print $3}'` SRCDIR=`rpm --showrc | awk '/^sourcedir/ { print $3}'` -( cd ../../.. ; tar czvf ${SRCDIR}/samba-PVERSION.tar.gz samba-PVERSION ) +( cd ../../../.. ; tar czvf ${SRCDIR}/samba-PVERSION.tar.gz samba-PVERSION ) cp -a *.spec $SPECDIR cp -a *.patch smb.* samba.log $SRCDIR cd $SRCDIR |