From: ewt Date: Thu, 30 Apr 1998 21:27:18 +0000 (+0000) Subject: more python 1.5 changes X-Git-Tag: r0-24~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423ea81011bd38cb4714251d350cf92032a4543c;p=thirdparty%2Fnewt.git more python 1.5 changes --- diff --git a/Makefile b/Makefile index 02b053e..014d2be 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ libdir = $(prefix)/lib bindir = $(prefix)/bin ARCHNAME = $(shell uname -m | sed 's/i.86/i386/') pythondir = $(prefix)/lib/python1.5 -pythonbindir = $(prefix)/lib/python1.5/linux-$(ARCHNAME) +pythonbindir = $(prefix)/lib/python1.5/lib-dynload #-------------------------------------- diff --git a/newt.spec b/newt.spec index ecd938b..d554285 100644 --- a/newt.spec +++ b/newt.spec @@ -105,8 +105,8 @@ rm -rf $RPM_BUILD_ROOT %files /usr/lib/libnewt.so.* /usr/bin/whiptail -/usr/lib/python1.4/snack.py -/usr/lib/python1.4/linux-%{buildarch}/_snackmodule.so +/usr/lib/python1.5/snack.py +/usr/lib/python1.5/lib-dynload/_snackmodule.so %files devel /usr/include/newt.h