diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-12 13:58:20 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-12 13:58:20 -0300 |
commit | 833b9f93474a60670af7c167dcf902c6509e87a1 (patch) | |
tree | 6177890fbcc79c0f3cbf4ea8792fe6116c5e583f /1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549 | |
parent | 02c6814d812a1e284f77814dc16275e02150164b (diff) |
added comment to ticket 1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549
Diffstat (limited to '1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549')
-rw-r--r-- | 1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar new file mode 100644 index 0000000..18c21db --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar @@ -0,0 +1,9 @@ +propposed way to do this:
+* install depends and makedepends before running `makepkg -sr`
+* run `makepkg`
+* install depends and makedepends from the next pkgbuild
+* run `chcleanup` with a concatenation of clean system and current depends, this will remove the dependencies from the previous pkgbuild
+* run `makepkg`
+* etc.
+
+it's not perfect but it would ease things a little. |