bug-gv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gv] Working around gs issues by changing to a safe working dir


From: Bernhard R. Link
Subject: Re: [bug-gv] Working around gs issues by changing to a safe working dir
Date: Thu, 3 Jun 2010 14:02:31 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* Markus Steinborn <address@hidden> [100602 17:14]:
>> - create the directory on install time
>>
> done

+       -mkdir "$(DESTDIR)$(pkgdatadir)/safe-gs-workdir"

please use mkdir -p instead of -mkdir. (for example via $(MKDIR_P))
Ignoring errors is not that nice and when using DESTDIR the next
command can fail because nothing garantees $(DESTDIR)$(pkgdatadir)
already exists, so the mkdir could not create the subdirectory.

        Bernhard R. Link



reply via email to

[Prev in Thread] Current Thread [Next in Thread]