Author: dpage Date: 2005-05-26 09:46:16 +0100 (Thu, 26 May 2005) New Revision: 4255
Modified: trunk/pgadmin3/pkg/slackware/build-release trunk/pgadmin3/pkg/slackware/build-snapshot Log: Strip the pgAgent binaries. Modified: trunk/pgadmin3/pkg/slackware/build-release =================================================================== --- trunk/pgadmin3/pkg/slackware/build-release 2005-05-25 16:19:37 UTC (rev 4254) +++ trunk/pgadmin3/pkg/slackware/build-release 2005-05-26 08:46:16 UTC (rev 4255) @@ -30,6 +30,7 @@ # Now make the binary build make all /usr/bin/strip src/pgadmin3 +/usr/bin/strip xtra/pgagent/pgagent # Build a clean distro if [ -x src/pgadmin3 ]; then Modified: trunk/pgadmin3/pkg/slackware/build-snapshot =================================================================== --- trunk/pgadmin3/pkg/slackware/build-snapshot 2005-05-25 16:19:37 UTC (rev 4254) +++ trunk/pgadmin3/pkg/slackware/build-snapshot 2005-05-26 08:46:16 UTC (rev 4255) @@ -39,6 +39,7 @@ # Now make the binary build make all /usr/bin/strip src/pgadmin3 +/usr/bin/strip xtra/pgagent/pgagent # Build a clean distro if [ -x src/pgadmin3 ]; then ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])