@dmnks commented on this pull request.


>  {
     rpmRC rc = RPMRC_OK;
     ARGV_t files = NULL;
     int nfiles = 0;
     char *dsoPath = NULL;
 
+    /* Source packages aren't really installed, only unpacked */
+    if (headerIsSource(h))

Oh, crap. Thanks for noticing.

Yep, my first version did just that, except then I realized the init and 
cleanup hooks are still run that way (obviously), which is why I ended up with 
this variant...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3470#discussion_r1858544290
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3470/review/2461543...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to