diff --git a/dss/dss.spec b/dss/dss.spec index cec1a4ae5f..12787a3e9d 100644 --- a/dss/dss.spec +++ b/dss/dss.spec @@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL] Group: Video License: APSL Version: %{V_opkg} -Release: 20030710 +Release: 20030713 # list of sources Source0: http://www.opensource.apple.com/projects/streaming/source/DSS-%{V_dss}.src.tar.gz @@ -295,9 +295,9 @@ AutoReqProv: no %post # write a default admin username and password to qtusers - username='ghandi'; password='india' - $RPM_INSTALL_PREFIX/bin/qtpasswd -p $password $username + username='ghandi'; password='india' + $RPM_INSTALL_PREFIX/bin/qtpasswd -p $password $username # add the new admin username to {l_prefix}/etc/dss/qtgroupsusers - echo "admin: $username" >$RPM_INSTALL_PREFIX/etc/dss/qtgroups + echo "admin: $username" >$RPM_INSTALL_PREFIX/etc/dss/qtgroups