FS#17068 - [makepkg] Check if -e $pkgdir
Attached to Project:
Pacman
Opened by Gavin Bisesi (Daenyth) - Sunday, 08 November 2009, 20:54 GMT
Last edited by Allan McRae (Allan) - Monday, 09 November 2009, 02:21 GMT
Opened by Gavin Bisesi (Daenyth) - Sunday, 08 November 2009, 20:54 GMT
Last edited by Allan McRae (Allan) - Monday, 09 November 2009, 02:21 GMT
|
Details
If $pkgdir is empty, makepkg should not create a package
from it.
Too much $other_project state in my head to code it in at the moment, but it should just be a "[ -e "$pkgdir" ] && exit_with_error" or something like that. |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 09 November 2009, 02:21 GMT
Reason for closing: Won't implement
Additional comments about closing: See comments
Monday, 09 November 2009, 02:21 GMT
Reason for closing: Won't implement
Additional comments about closing: See comments
By the way, -e $pkgdir only checks if $pkgdir exists.
I'll leave it to your discretion. For me it would be useful, but the metapackage aspect I hadn't considered.
So this is going to be a Won't Fix.