diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-10 00:54:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-10 00:54:45 (EDT) |
commit | 9be6fc31a6d2a054a267c4fbea3d23a68ba84efc (patch) | |
tree | a0e3c5f1414c4a75fa67cd61ae29ae04f53b4316 | |
parent | a0fea1ea6f110e39dff3ef92bb1409672d2d2271 (diff) |
Fix binary package Architecture fields.
-rw-r--r-- | gmake-doc.pkg/control | 2 | ||||
-rw-r--r-- | gmake-locales.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control index b582797..f26ca65 100644 --- a/gmake-doc.pkg/control +++ b/gmake-doc.pkg/control @@ -1,4 +1,4 @@ -Architecture: any +Architecture: all Platform: all Depends: gmake (= ${Binary-Version}) Description: GNU make documentation. diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control index 0d57685..d4491ee 100644 --- a/gmake-locales.pkg/control +++ b/gmake-locales.pkg/control @@ -1,4 +1,4 @@ -Architecture: any +Architecture: all Platform: all Depends: gmake (= ${Binary-Version}) Description: GNU make locale packages. |