From 1cee26a59f66be780297997df838fcde37e47251 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Oct 2014 19:12:34 +0200 Subject: [PATCH] xbps-src: hooks: reorganize some hooks. The strip-and-debug-pkgs/generate-runtime-deps hooks have been moved to the pre-pkg stage, and are run before prepare-32bit; this way dependencies are collected correctly in all cases. --- common/hooks/{post-install => pre-pkg}/03-strip-and-debug-pkgs.sh | 0 .../hooks/{post-install => pre-pkg}/04-generate-runtime-deps.sh | 0 common/hooks/pre-pkg/{02-prepare-32bit.sh => 05-prepare-32bit.sh} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename common/hooks/{post-install => pre-pkg}/03-strip-and-debug-pkgs.sh (100%) rename common/hooks/{post-install => pre-pkg}/04-generate-runtime-deps.sh (100%) rename common/hooks/pre-pkg/{02-prepare-32bit.sh => 05-prepare-32bit.sh} (100%) diff --git a/common/hooks/post-install/03-strip-and-debug-pkgs.sh b/common/hooks/pre-pkg/03-strip-and-debug-pkgs.sh similarity index 100% rename from common/hooks/post-install/03-strip-and-debug-pkgs.sh rename to common/hooks/pre-pkg/03-strip-and-debug-pkgs.sh diff --git a/common/hooks/post-install/04-generate-runtime-deps.sh b/common/hooks/pre-pkg/04-generate-runtime-deps.sh similarity index 100% rename from common/hooks/post-install/04-generate-runtime-deps.sh rename to common/hooks/pre-pkg/04-generate-runtime-deps.sh diff --git a/common/hooks/pre-pkg/02-prepare-32bit.sh b/common/hooks/pre-pkg/05-prepare-32bit.sh similarity index 100% rename from common/hooks/pre-pkg/02-prepare-32bit.sh rename to common/hooks/pre-pkg/05-prepare-32bit.sh