From dbd6ade8bd74102de92642003be28a53a18c943b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 10 Jul 2012 00:00:15 -0400 Subject: stage3: add attr byacc gawk --- stage3.d/attr | 1 + stage3.d/byacc | 1 + stage3.d/gawk | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 stage3.d/attr create mode 100644 stage3.d/byacc create mode 100644 stage3.d/gawk diff --git a/stage3.d/attr b/stage3.d/attr new file mode 100644 index 0000000..a2dd102 --- /dev/null +++ b/stage3.d/attr @@ -0,0 +1 @@ +rpma attr libattr libattr-devel diff --git a/stage3.d/byacc b/stage3.d/byacc new file mode 100644 index 0000000..458b99f --- /dev/null +++ b/stage3.d/byacc @@ -0,0 +1 @@ +rpma byacc diff --git a/stage3.d/gawk b/stage3.d/gawk new file mode 100644 index 0000000..6fead40 --- /dev/null +++ b/stage3.d/gawk @@ -0,0 +1,3 @@ +#requires byacc + +rpma gawk -- cgit