mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
15 lines
369 B
Diff
15 lines
369 B
Diff
From: Jakub Jirutka <jakub@jirutka.cz>
|
|
Date: Tue, 23 Aug 2017 22:57:00 +0200
|
|
Subject: [PATCH] Fix default nimblepath in nim.cfg
|
|
|
|
--- a/config/nim.cfg
|
|
+++ b/config/nim.cfg
|
|
@@ -41,7 +41,7 @@
|
|
@if nimbabel:
|
|
nimblepath="$home/.nimble/pkgs/"
|
|
@if not windows:
|
|
- nimblepath="/opt/nimble/pkgs/"
|
|
+ nimblepath="/usr/share/nimble/pkgs/"
|
|
@else:
|
|
# TODO:
|
|
@end
|