summaryrefslogtreecommitdiff
path: root/packages/python/python-2.5.2/bindir-libdir.patch
blob: 047c358a55701f8fba3dfe86b12ad2b810f2a908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

Index: Python-2.5.1/Makefile.pre.in
===================================================================
--- Python-2.5.1.orig/Makefile.pre.in
+++ Python-2.5.1/Makefile.pre.in
@@ -83,8 +83,8 @@ prefix=		@prefix@
 exec_prefix=	@exec_prefix@
 
 # Expanded directories
-BINDIR=		$(exec_prefix)/bin
-LIBDIR=		$(exec_prefix)/lib
+BINDIR=		@bindir@
+LIBDIR=		@libdir@
 MANDIR=		@mandir@
 INCLUDEDIR=	@includedir@
 CONFINCLUDEDIR=	$(exec_prefix)/include
.git/commit/packages/initrdscripts?id=122a4440127e4015df191e4204fd05e132cba3eb'>devimage 0.1: Up a usb0 on load, now that we're modular.Paul Sokolovsky2 2008-02-16initramfs-module-kexecboot: Initramfs module to kexec to kernel in rootfs.Paul Sokolovsky2 2008-02-15kernel-initramfs: A recipe to build a kernel with linked in initramfs.Paul Sokolovsky1 2008-02-15initramfs-image-ipk: Package initramfs into package.Paul Sokolovsky1 2008-02-14initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.Paul Sokolovsky2 2008-02-06initramfs-module-check-modules: An initramfs module to check modules consiste...Paul Sokolovsky2 2008-02-05initramfs-kexec: initial commit. partly closes 3739.Rolf Leggewie1 2007-12-25initramfs-module-nfs: Fix packaging, add delay after g_ether load.Paul Sokolovsky2 2007-12-25initramfs-module-bootmenu: RDEPEND on initramfs-module-nfs, we do support NFS...Paul Sokolovsky1 2007-12-25initramfs-module-bootmenu 1.0: Use best-practice (based on FHS) location for ...Paul Sokolovsky2 2007-12-14devimage 0.1: Add DESCRIPTION.Paul Sokolovsky1 2007-12-13initramfs-module-bootmenu 1.0: RRECOMMENDS NLS modules required for vfat moun...Paul Sokolovsky1 2007-11-24initramfs-uniboot & modules: These all are machine-independent scripts.Paul Sokolovsky6 2007-11-24initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to bu...Paul Sokolovsky2 2007-11-22initramfs-module-bootmenu: Interactive boot location selection for initramfs-...Paul Sokolovsky2 2007-11-22initramfs-uniboot & modules: Bump PRs for latest changes.Paul Sokolovsky3 2007-11-22initramfs-module-loopboot: Allow to use absolute path for loop file location.Paul Sokolovsky1 2007-11-22initrdscripts: module-initfs: Be silent on loading non-existent module.Paul Sokolovsky1 2007-11-22initrdscripts: We obviously first do rootdelay, and only then create device n...Paul Sokolovsky1 2007-11-22initrdscripts: Finish renaming for ordered module load.Paul Sokolovsky3 2007-11-22initrdscripts: Separate fs kernel module loading to separate plugin.Paul Sokolovsky3 2007-11-22initrdscripts: Initial value for ROOT_DEV is null.Paul Sokolovsky1 2007-11-22initrdscripts: Introduce boot order support for universal initramfs modules.Paul Sokolovsky6 2007-09-11initramfs-jffs2 0.1: Bump mtdram size to 24.5Mb, helps h4000 image.Paul Sokolovsky2 2007-07-25initramfs-module-*: Create install dirs before putting stuff there.Paul Sokolovsky3 2007-07-20initramfs-uniboot: Rename from just initramfs.Paul Sokolovsky4 2007-07-20initramfs: Add blockboot plugin and cleanup dependency handling.Alex Osborne5 2007-07-19initramfs-jffs2: Initramfs to boot from jffs2 ramdisk.Paul Sokolovsky3 2007-07-19initramfs-nfsboot: Remove, superseded by initramfs-module-nfs.Paul Sokolovsky1 2007-07-19initramfs-module-nfs: Make it actually mount NFS by using the same option as ...Paul Sokolovsky2 2007-07-19initramfs: New modular initramfs for booting kernel from various media.Alex Osborne6 2007-07-17initramfs-nfsboot: Add parsing of kernel commandline params, bump version to 0.2Paul Sokolovsky2 2007-07-12devimage: Bump PR.Paul Sokolovsky1 2007-07-12devimage-image, devimage_0.1: Finally, an initrd for kernel testing (minimal ...Paul Sokolovsky5 2007-06-10initramfs-nfsboot 0.1: Sample initramfs script to boot from NFS.Paul Sokolovsky3 2007-06-10initrdscripts: New package dir for initrd, initramfs, etc. recipes.Paul Sokolovsky1