Skip to content

Commit

Permalink
Merge pull request pelson#17 from bjlittle/preserve-permissions
Browse files Browse the repository at this point in the history
installer preserve timestamps
  • Loading branch information
pelson authored Oct 16, 2018
2 parents a382c8a + f1ef06a commit d6165a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_rpms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.0dev0'
__version__ = '1.4.1'
2 changes: 1 addition & 1 deletion conda_rpms/templates/installer.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export BUILD_PREFIX=${RPM_BUILD_ROOT}${DIST_PREFIX}
mkdir -p $BUILD_PREFIX $RPM_BUILD_ROOT$INSTALL_PREFIX/.envs $RPM_BUILD_ROOT$INSTALL_PREFIX/.pkgs

# Copy the contents of the conda distribution.
cp -rf * $BUILD_PREFIX/
cp -rfp * $BUILD_PREFIX/

# Put the install.py file into the "installer" pkgs directory.
cp %{SOURCE1} ${RPM_BUILD_ROOT}$INSTALL_PREFIX/.pkgs/installer/install.py
Expand Down

0 comments on commit d6165a8

Please sign in to comment.