Change pushd to use MyPLC rather than myplc, because we renamed the package.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 23 Oct 2007 18:27:34 +0000 (18:27 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 23 Oct 2007 18:27:34 +0000 (18:27 +0000)
myplc-native.spec

index ba369c9..1c06b05 100644 (file)
@@ -71,7 +71,7 @@ system.
 %setup -q
 
 %build
-pushd myplc
+pushd MyPLC
 rm -rf $RPM_BUILD_ROOT
 ./build-native.sh $RPM_BUILD_ROOT
 popd