From 1c4f991f397a88dcdae620c26ef39b0ecc606c75 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 29 Dec 2008 06:52:53 +0000 Subject: fix exec permitions and file formats --- (limited to 'TamTamJam.activity') diff --git a/TamTamJam.activity/icons/accept.svg b/TamTamJam.activity/icons/accept.svg index a2f9e28..a2f9e28 100755..100644 --- a/TamTamJam.activity/icons/accept.svg +++ b/TamTamJam.activity/icons/accept.svg diff --git a/TamTamJam.activity/icons/beats.svg b/TamTamJam.activity/icons/beats.svg index b1592b5..b1592b5 100755..100644 --- a/TamTamJam.activity/icons/beats.svg +++ b/TamTamJam.activity/icons/beats.svg diff --git a/TamTamJam.activity/icons/cancel.svg b/TamTamJam.activity/icons/cancel.svg index 59512eb..59512eb 100755..100644 --- a/TamTamJam.activity/icons/cancel.svg +++ b/TamTamJam.activity/icons/cancel.svg diff --git a/TamTamJam.activity/icons/mute.svg b/TamTamJam.activity/icons/mute.svg index 425b205..425b205 100755..100644 --- a/TamTamJam.activity/icons/mute.svg +++ b/TamTamJam.activity/icons/mute.svg diff --git a/TamTamJam.activity/setup.py b/TamTamJam.activity/setup.py index cf5c358..fad955a 100644..100755 --- a/TamTamJam.activity/setup.py +++ b/TamTamJam.activity/setup.py @@ -1,36 +1,36 @@ -#!/usr/bin/python - -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -from sugar.activity import bundlebuilder -import shutil -import os - -#We are removing the symlink to common and replacing it with the real common folder -os.system('unlink common') -shutil.copytree('../common', 'common') - -try: - bundlebuilder.start('TamTamJam') -except Exception, err: - print err - os.system('rm -rf common') - os.system('ln -s ../common common') -#Restore the symlink -os.system('rm -rf common') -os.system('ln -s ../common common') - +#!/usr/bin/python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar.activity import bundlebuilder +import shutil +import os + +#We are removing the symlink to common and replacing it with the real common folder +os.system('unlink common') +shutil.copytree('../common', 'common') + +try: + bundlebuilder.start('TamTamJam') +except Exception, err: + print err + os.system('rm -rf common') + os.system('ln -s ../common common') +#Restore the symlink +os.system('rm -rf common') +os.system('ln -s ../common common') + -- cgit v0.9.1