[game-data-packager] 01/01: fake_lgog: provide archive with 'ln' instead of 'cp'

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Sep 29 11:21:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 7ed45f22afe50041f9c94923f36baa5d60e25a74
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Sep 29 13:20:22 2015 +0200

    fake_lgog: provide archive with 'ln' instead of 'cp'
---
 tools/fake_lgog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/fake_lgog.py b/tools/fake_lgog.py
index 7952cc8..1d7d47d 100755
--- a/tools/fake_lgog.py
+++ b/tools/fake_lgog.py
@@ -57,4 +57,4 @@ for file in locate.splitlines():
 else:
     exit('FAKE LGOGDOWNLOADER: archive %s not found in "locate" database' % archive)
 
-subprocess.check_call(['cp', '--reflink=auto', '-v', file, args.directory])
+subprocess.check_call(['ln', '-s', '-v', file, args.directory])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list