Commit 0bb099f
committed
build: expand ~ in install prefix early
The install prefix gets written to config.gypi and config.mk. Tildes
were expanded in the first file but not in the second one, causing the
`make install` target to install files to a directory named `~` in
the current working directory.
Fixes: #75
PR-URL: #2307
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent a020d9a commit 0bb099fCopy full SHA for 0bb099f
File tree
Expand file treeCollapse file tree
1 file changed
+4
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+4
-1
lines changedOpen diff view settings
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
335 | 335 | |
336 | 336 | |
337 | 337 | |
| 338 | + |
| 339 | + |
| 340 | + |
338 | 341 | |
339 | 342 | |
340 | 343 | |
| ||
611 | 614 | |
612 | 615 | |
613 | 616 | |
614 | | - |
| 617 | + |
615 | 618 | |
616 | 619 | |
617 | 620 | |
|
0 commit comments