Skip to content

Commit 6ef1d89

Browse files
authored
i.pr: rename sub-addons directory names to match addon name (#1650)
1 parent 0579462 commit 6ef1d89

File tree

46 files changed

+12
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+12
-12
lines changed

src/imagery/i.pr/Makefile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
44

55
SUBDIRS = \
66
PRLIB \
7-
i.pr_blob \
8-
i.pr_classify \
9-
i.pr_features \
10-
i.pr_features_additional \
11-
i.pr_features_extract \
12-
i.pr_features_selection \
13-
i.pr_model \
14-
i.pr_statistics \
15-
i.pr_subsets \
16-
i.pr_training \
17-
i.pr_uxb \
18-
i.pr_sites_aggregate
7+
i.pr.blob \
8+
i.pr.classify \
9+
i.pr.features \
10+
i.pr.features_additional \
11+
i.pr.features_extract \
12+
i.pr.features_selection \
13+
i.pr.model \
14+
i.pr.statistics \
15+
i.pr.subsets \
16+
i.pr.training \
17+
i.pr.uxb \
18+
i.pr.sites_aggregate
1919

2020
default: subdirs
2121

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)