#134 ✓resolved
Brian Taylor

make install-tools overwrite previous objj

Reported by Brian Taylor | November 8th, 2008 @ 08:03 PM | in 0.6

The current install-tools only puts the objj directory in the right place ( $INSTALL_DIR/share/objj ) if cappuccino hasn't been installed before. All subsequent installs make the new objj directory as a subdirectory of previous $INSTALL_DIR/share/objj .

This is a very boring patch that changes the install-tools line:

cp -fR objj/ $INSTALL_DIR/share/objj

to

cp -fR objj/ $INSTALL_DIR/share/

so that objj will overwrite previous versions.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.

Shared Ticket Bins

Attachments

Tags

Referenced by

Pages