Skip to content

Commit fc8b882

Browse files
committed
no worky
1 parent b6c0719 commit fc8b882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projectM-iTunes/iProjectM.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
);
319319
runOnlyForDeploymentPostprocessing = 0;
320320
shellPath = /bin/bash;
321-
shellScript = "mkdir -p $DSTROOT/usr/local/share/projectM\ncp -r \"$DSTROOT/Library/iTunes/iTunes Plug-ins/iProjectM.bundle\" $SRCROOT/\ncp -r $CONFIGURATION_BUILD_DIR/share/* $DSTROOT/usr/local/share/projectM\npkgbuild --component-plist $SRCROOT/iProjectM-pkg.plist --root $DSTROOT $SRCROOT/iProjectM.pkg\n";
321+
shellScript = "mkdir -p $DSTROOT/usr/local/share/projectM\n#rm -rf \"$SRCROOT/iProjectM.bundle\"\n#cp -r \"$DSTROOT/Library/iTunes/iTunes Plug-ins/iProjectM.bundle\" $SRCROOT/\ncp -r $CONFIGURATION_BUILD_DIR/share/* $DSTROOT/usr/local/share/projectM\npkgbuild --component-plist $SRCROOT/iProjectM-pkg.plist --root $DSTROOT $SRCROOT/iProjectM.pkg\n";
322322
};
323323
/* End PBXShellScriptBuildPhase section */
324324

0 commit comments

Comments
 (0)