From: Michael Tremer Date: Sun, 17 May 2009 20:36:37 +0000 (+0200) Subject: Revert "Updated python-parted." X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d18304ff68c6391f40c058b549ab2c0727be76;p=ipfire-3.x.git Revert "Updated python-parted." This reverts commit be7e62d5deeef1a87c41450012eac5096f51dd7c. --- diff --git a/lfs/python-parted b/lfs/python-parted index 24ece44c6..dfe64a39e 100644 --- a/lfs/python-parted +++ b/lfs/python-parted @@ -25,10 +25,10 @@ include Config PKG_NAME = pyparted -PKG_VER = 2.0.10 +PKG_VER = 1.8.9 THISAPP = $(PKG_NAME)-$(PKG_VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) @@ -64,12 +64,9 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && \ - ./configure \ - $(CONFIGURE_ARCH) \ - --prefix=/usr \ - cd $(DIR_APP) && make $(PARALLELISMFLAGS) - cd $(DIR_APP) && make install + cd $(DIR_APP) && PYTHONHOME=/usr \ + make all install \ + libdir=/usr/lib/python2.6/site-packages $(PYTHON_COMPILE) diff --git a/src/rootfiles/core/python-parted b/src/rootfiles/core/python-parted index 0da2d7550..6d32ad8c8 100644 --- a/src/rootfiles/core/python-parted +++ b/src/rootfiles/core/python-parted @@ -1,30 +1 @@ -#usr/lib/python2.6/site-packages/_pedmodule.la -usr/lib/python2.6/site-packages/_pedmodule.so -usr/lib/python2.6/site-packages/parted -usr/lib/python2.6/site-packages/parted/__init__.py -usr/lib/python2.6/site-packages/parted/__init__.pyc -usr/lib/python2.6/site-packages/parted/__init__.pyo -usr/lib/python2.6/site-packages/parted/alignment.py -usr/lib/python2.6/site-packages/parted/alignment.pyc -usr/lib/python2.6/site-packages/parted/alignment.pyo -usr/lib/python2.6/site-packages/parted/cachedlist.py -usr/lib/python2.6/site-packages/parted/cachedlist.pyc -usr/lib/python2.6/site-packages/parted/cachedlist.pyo -usr/lib/python2.6/site-packages/parted/constraint.py -usr/lib/python2.6/site-packages/parted/constraint.pyc -usr/lib/python2.6/site-packages/parted/constraint.pyo -usr/lib/python2.6/site-packages/parted/device.py -usr/lib/python2.6/site-packages/parted/device.pyc -usr/lib/python2.6/site-packages/parted/device.pyo -usr/lib/python2.6/site-packages/parted/disk.py -usr/lib/python2.6/site-packages/parted/disk.pyc -usr/lib/python2.6/site-packages/parted/disk.pyo -usr/lib/python2.6/site-packages/parted/filesystem.py -usr/lib/python2.6/site-packages/parted/filesystem.pyc -usr/lib/python2.6/site-packages/parted/filesystem.pyo -usr/lib/python2.6/site-packages/parted/geometry.py -usr/lib/python2.6/site-packages/parted/geometry.pyc -usr/lib/python2.6/site-packages/parted/geometry.pyo -usr/lib/python2.6/site-packages/parted/partition.py -usr/lib/python2.6/site-packages/parted/partition.pyc -usr/lib/python2.6/site-packages/parted/partition.pyo +usr/lib/python2.6/site-packages/partedmodule.so