Opened 17 years ago
#191 new enhancement
Add support for installing an empty folder.
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | minor | Milestone: | M13 |
| Component: | component1 | Version: | 2.0 |
| Keywords: | folder create mkdir install | Cc: |
Description
Add support for installing an empty folder. Possibly add a separate install rule like install-empty-folder.
Currently a workaround is to do something like the following:
import common ; DEPENDS all : my_folder ; common.MkDir my_folder ;
Note:
See TracTickets
for help on using tickets.
