Remove needless / after $(DESTDIR) #42

Merged
yukoba merged 1 commits from MakefileBugFix into master 2012-09-10 20:22:18 +00:00
yukoba commented 2012-09-09 09:15:57 +00:00 (Migrated from github.com)

Makefile.in has / after $(DESTDIR) and this fails installing on MSYS(MinGW),
because it tries to install to //usr/local/bin and // has a special meaning on MinGW.

Please remove / after $(DESTDIR).

Makefile.in has / after $(DESTDIR) and this fails installing on MSYS(MinGW), because it tries to install to //usr/local/bin and // has a special meaning on MinGW. Please remove / after $(DESTDIR).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#42
There is no content yet.