Project

General

Profile

Bug #380

[libremakepkg] $PKGDEST is a binary file

lluvia - over 10 years ago - . Updated over 10 years ago.

Status:
fixed
Priority:
bug
Category:
-
Assignee:
% Done:

100%


Description

When uncommenting some vars like PKGDEST or SRCDEST and leaving the deafults, I would expect that directories were created and that they contains the expected files. However, they appears as files. For example, try building your-freedom creates a /home/sources wich is a copy of blacklist*.txt file, and building widelands /home/packages becomes a binary file and /home/sources the launcher of the binary (a sh script).

I though that maybe the script is doing `cp file $SRCDEST` before assuring $SRCDEST (or other) is an existing directory.

I attach my libretools.conf and makepkg.conf.


Files

libretools.conf (2.81 KB) libretools.conf lluvia, 2013-08-08 12:52 PM
makepkg.conf (5.73 KB) makepkg.conf lluvia, 2013-08-08 12:52 PM

History

#2

Updated by lukeshu over 10 years ago

That's definitely what's going on. I think switching to the new devtools will fix this, but I'll check when I do it, and if not, I'll fix it.

#3

Updated by lukeshu over 10 years ago

This was not fixed by devtools, but I fixed it with a call to `mkdir` in the same commit that I updated to the new devtools

https://projects.parabolagnulinux.org/packages/libretools.git/commit/?id=6eddc77d5e6abb25f33751308419fa0c62518188

Also available in: Atom PDF