Skip to content

Commit

Permalink
debian: mv -> cp
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Feb 11, 2025
1 parent e8abcac commit ef13bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ override_dh_auto_configure:
sed kmod/dkms.conf.in \
-e 's|@@EXTRA_OPTS@@|CHECKSUM_HACK=kfunc|' \
> kmod/dkms.conf
mv install/mimic.sysusers debian/mimic.sysusers
cp install/mimic.sysusers debian/mimic.sysusers

override_dh_auto_build:
tar xf `bash -c '_tarballs=(/usr/src/linux-source-*.tar.*); echo $${_tarballs[0]}'`
Expand Down

0 comments on commit ef13bd1

Please sign in to comment.