From: Marc Fiuczynski Date: Wed, 17 Oct 2007 07:21:25 +0000 (+0000) Subject: Change pushd from myplc to MyPLC due to module renaming. X-Git-Tag: myplc-4.0-15~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c0acffe56115bc9a968d945c85db532ab90c1d2e;p=myplc.git Change pushd from myplc to MyPLC due to module renaming. --- diff --git a/myplc-devel.spec b/myplc-devel.spec index 78405ee..0520aa5 100644 --- a/myplc-devel.spec +++ b/myplc-devel.spec @@ -24,14 +24,14 @@ all the tools necessary to compile MyPLC. %setup -q %build -pushd myplc +pushd MyPLC ./build_devel.sh popd %install rm -rf $RPM_BUILD_ROOT -pushd myplc +pushd MyPLC # Install host startup script and configuration file install -D -m 755 host.init $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/plc-devel