From f9a40e5d6ff09610098d1a52e133252bdee3166f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 26 Feb 2007 09:19:33 +0000 Subject: [PATCH] * Added a small note to HACKING * Moved re-pacman to contrib/ as it's probably not as useful as the other stuff in scripts/ --- HACKING | 3 +++ {scripts => contrib}/re-pacman | 0 2 files changed, 3 insertions(+) rename {scripts => contrib}/re-pacman (100%) mode change 100644 => 100755 diff --git a/HACKING b/HACKING index 96c61db6..9d8681cc 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,9 @@ Contributing to pacman ====================== +Please read 'submitting-patches' and 'translation-help' in the same directory as +this file. + Coding style ------------ diff --git a/scripts/re-pacman b/contrib/re-pacman old mode 100644 new mode 100755 similarity index 100% rename from scripts/re-pacman rename to contrib/re-pacman