diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-21 01:57:59 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-21 01:57:59 +0000 |
| commit | 8d37572fa5be96fe9638f88bb5baa6b521739182 (patch) | |
| tree | c065e00ce28adc960c04b47ad0f0d25bf6eafa75 /bin/eclean | |
| parent | 095ff3fdeeaa25df01080b145173bb447358207f (diff) | |
| download | gentoolkit-8d37572fa5be96fe9638f88bb5baa6b521739182.tar.gz | |
Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSION
svn path=/trunk/gentoolkit/; revision=651
Diffstat (limited to 'bin/eclean')
| -rw-r--r-- | bin/eclean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ from __future__ import with_statement # Meta: __author__ = "Thomas de Grenier de Latour (tgl)" __email__ = "degrenier@easyconnect.fr" -__version__ = open('/etc/gentoolkit-version').read().strip() +__version__ = open('/usr/share/gentoolkit/VERSION').read().strip() __productname__ = "eclean" __description__ = "A cleaning tool for Gentoo distfiles and binaries." |
