summaryrefslogtreecommitdiff
path: root/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepend.../COMMENT_1310489899_apoyosis@correo.inta.gob.ar
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-12 13:58:20 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-12 13:58:20 -0300
commit833b9f93474a60670af7c167dcf902c6509e87a1 (patch)
tree6177890fbcc79c0f3cbf4ea8792fe6116c5e583f /1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar
parent02c6814d812a1e284f77814dc16275e02150164b (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/COMMENT_1310489899_apoyosis@correo.inta.gob.ar')
-rw-r--r--1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar9
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.