diff options
Diffstat (limited to 'convert-to-any')
-rw-r--r-- | convert-to-any | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/convert-to-any b/convert-to-any index 1c48eb3..2d30865 100644 --- a/convert-to-any +++ b/convert-to-any @@ -1,7 +1,8 @@ #!/bin/bash -# Converts an existing package into an -# architecture-independent package and updates -# the repositories accordingly. +# +# Converts an existing architecture-independent package +# for i686 or x86_64 into a package with "arch = any" +# # -- Abhishek Dasgupta <abhidg@gmail.com> |